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
We currently pause the metadata sync queue whenever a job fails because of a request timeout or api inaccessible error. We don't want to do this. Instead metadata syncs should continuously run and retry in the background until one succeeds, and if the queues are paused, it should unpause them.
The text was updated successfully, but these errors were encountered:
sssoleileraaa
changed the title
Unpause queues after adding MetadataSyncJob
automatic way to resume queues doesn't work when jobs other than MetadataSyncJob fail
Jan 24, 2020
because of this issue we don't have continuous metadata syncs, and #715 moved metadata sync jobs outside of the main queue, which is a good first step, but we now need to make sure metadata syncs are never paused when there is a failure, instead we should continue to run metadata syncs in the background until one succeeds, in which case we resume the other queue jobs
sssoleileraaa
changed the title
automatic way to resume queues doesn't work when jobs other than MetadataSyncJob fail
metadata syncs are not continuous
Jan 27, 2020
Description
Right now the queues are unpaused when either:
We currently pause the metadata sync queue whenever a job fails because of a request timeout or api inaccessible error. We don't want to do this. Instead metadata syncs should continuously run and retry in the background until one succeeds, and if the queues are paused, it should unpause them.
The text was updated successfully, but these errors were encountered: