You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the way the schema changes and deployments work, when we detect a schema change in the db, it will have been caused by a deployment record being created or updated. However, at this time the runners might not have reconciled. So we'll have a deployment with min_replicas > 0 but no runner assigned yet. And because we use PullSchema to detect when changes have occurred this results in only deployments which have fully reconciled being returned.
I'll make a PR with a new dal method to get deployments with replicas, but we might want to discuss if that is the best approach here as well.
Fixes#1200
This introduces a new query to get deployments with `min_replicas > 0`.
We could also modify some other existing queries if that's preferred.
ftlbug3.mov
The text was updated successfully, but these errors were encountered: