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
$this->logger->info('Skipped through all jobs and revisited a IParallelAwareJob blocked job again, giving up.', ['app' => 'cron']);
208
+
returnnull;
209
+
}
201
210
$this->logger->info('Skipping ' . get_class($job) . ' job with ID ' . $job->getId() . ' because another job with the same class is already running', ['app' => 'cron']);
202
211
203
212
$update = $this->connection->getQueryBuilder();
@@ -210,6 +219,10 @@ public function getNext(bool $onlyTimeSensitive = false, ?array $jobClasses = nu
0 commit comments