Move ConcurrencyLimit::ResumeWorker cron config to CE

What does this MR do and why?

Move ConcurrencyLimit::ResumeWorker cron config to CE

The concurrency limit middleware is a CE middleware but the ResumeWorker cron config is only registered for EE. This makes deferred jobs in CE instances to stale in the concurrency limit queue.

Changelog: fixed

References

#591124 (closed)

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading