mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #50900 from nextcloud/backport/50896/stable30
[stable30] fix(cron): Keep job class limitation when searching for the next job
This commit is contained in:
commit
0598fd74cd
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class JobList implements IJobList {
|
|||
$update->setParameter('jobid', $row['id']);
|
||||
$update->executeStatement();
|
||||
|
||||
return $this->getNext($onlyTimeSensitive);
|
||||
return $this->getNext($onlyTimeSensitive, $jobClasses);
|
||||
}
|
||||
|
||||
$update = $this->connection->getQueryBuilder();
|
||||
|
|
|
|||
Loading…
Reference in a new issue