Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-09-26 03:10:24 +00:00
parent 3d25aeabe0
commit c11a70fcf1
40 changed files with 383 additions and 108 deletions

View File

@ -366,6 +366,10 @@ class PausedWorker
end
```
WARNING:
In case you want to remove the middleware for a worker, please set the strategy to `:deprecated` to disable it and wait until
a required stop before removing it completely. That ensures that all paused jobs are resumed correctly.
## Concurrency limit
With the `concurrency_limit` property, you can limit the worker's concurrency. It will put the jobs that are over this limit in