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
{{ message }}
This repository was archived by the owner on Jun 17, 2021. It is now read-only.
Currently when running multiple workers a race condition can occur when both workers need access to the same repository. When working on a repository the worker should use some kind of locking mechanism that prevents other workers from accessing it. When locked the worker should just sleep and wait. Perhaps Gearman has some feature for denying a task so it can get queued again.