Parallelize ConcurrencyLimit::ResumeWorker
Background
Currently ConcurrencyLimit::ResumeWorker processes each worker sequentially.
Proposal
I believe that we can parallelize it similar to Elastic::BulkCronWorker. This will become more important as we have more workers using the concurrency limit middleware.