bug: schema out of sync between workers when creating a new branch #5130
Labels
group/backend
Issue related to the backend (API Server, Git Agent)
type/bug
Something isn't working as expected
Component
API Server / GraphQL
Infrahub version
stable
Current Behavior
When you create a new branch, and in that branch query for the schema_has_synced status you will see that the status is false. One of the workers reports a
null
value for the schema_hash.Expected Behavior
The schema is in sync between the different workers after a branch has been created.
Steps to Reproduce
infrahubctl branch create test
Additional Information
The text was updated successfully, but these errors were encountered: