You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($this->settingsService->getSetting('concurrency.enabled') !== 'true' && $this->anyOtherClassifierJobsRunning()) {
39
43
$this->logger->debug('Stalling job '.static::class.' with argument ' . var_export($argument, true) . ' because other classifiers are already reserved');
40
44
return;
41
45
}
42
46
43
-
/**
44
-
* @var int $storageId
45
-
*/
46
47
$storageId = $argument['storageId'];
47
48
$rootId = $argument['rootId'];
48
49
if ($this->settingsService->getSetting($model.'.enabled') !== 'true') {
0 commit comments