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
Handle case of concurrency limit not being set in Semaphore
Avoid crashing in this case, just assume concurrency limit is 1. This shouldn't
happen with normal operation but we've had this problem when jobs that are
concurrency-limited are enqueued from new code and dispatched from old code,
where the job still doesn't have concurrency controls.
0 commit comments