Added config value

This commit is contained in:
Michael Vogel 2019-08-11 23:07:06 +02:00
parent 5c72aeb8d7
commit e07a17daf6
2 changed files with 6 additions and 1 deletions

View file

@ -1234,7 +1234,8 @@ class Worker
$id = $queue['id'];
$priority = $queue['priority'];
$max_level = 15;
$max_level = Config::get('system', 'worker_defer_limit');
$new_retrial = self::getNextRetrial($queue, $max_level);
if ($new_retrial > $max_level) {