Closed onumossn closed 1 week ago
With concurrency controls if to is kept at 1 and duration is never hit, what would cause ordering to not be guaranteed?
to
duration
In that case, and if jobs succeed and aren't retried, the order of execution should be the same as the order of enqueuing, yes!
Thanks
With concurrency controls if
to
is kept at 1 andduration
is never hit, what would cause ordering to not be guaranteed?