Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: consider the schema active even with no runners #2650

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

stuartwdouglas
Copy link
Collaborator

No description provided.

@stuartwdouglas stuartwdouglas requested review from a team and jonathanj-square and removed request for a team September 11, 2024 07:59
@alecthomas
Copy link
Collaborator

I think you might need to separate the queries

@stuartwdouglas
Copy link
Collaborator Author

I think you might need to separate the queries

That won't help unfortunately. I think the issue is now that the build command sees the schema ready early, so the call it attempted before the runner is up, not that this query affects the routing table.

@stuartwdouglas
Copy link
Collaborator Author

Turns out a slight change to the query was needed.

@stuartwdouglas stuartwdouglas added this pull request to the merge queue Sep 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 11, 2024
@@ -392,7 +392,7 @@ func (s *Service) registrationLoop(ctx context.Context, send func(request *ftlv1
s.state.Store(state)
}

logger.Infof("Registering with Controller as %s for deployment %s", state, s.config.Deployment)
logger.Debugf("Registering with Controller as %s for deployment %s", state, s.config.Deployment)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yessss. This is hitting PFI right now

This was referenced Sep 11, 2024
@stuartwdouglas stuartwdouglas added this pull request to the merge queue Sep 11, 2024
Merged via the queue into main with commit 6e9732f Sep 11, 2024
23 checks passed
@stuartwdouglas stuartwdouglas deleted the kube-active-deployments branch September 11, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants