Skip to content

Add some randomness to avoid concurrent pulling of new tasks

This prevents multiple workers to pull the same new task at the same time which can create concurrency conflict.

Closes #11938 (closed)

Merge request reports