Incorrect "Sync Already Running" errors #67100
ttogola
started this conversation in
Connector Ideas and Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use Airbyte Cloud and its api to trigger jobs and react to job completions via webhook notifications. However, the job completion notifications are not a reliable indicator. We always get the following error when we immediately trigger a job for a connection that just completed a previous job:
In other words, airbyte is telling us that a job is complete for a connection but we still can't trigger another job for said connection. We have confirmed that the connection truly has no other job running when this happens. Even the list jobs endpoint confirms this. So there is an inconsistent state on airbyte's side.
This is a big problem, because it prevents us from chaining jobs for a given connection. From our investigation, we typically have to retry up to more than a minute after receiving a job completion webhook, before we can actually trigger a next job.
Beta Was this translation helpful? Give feedback.
All reactions