mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user