]> source.dussan.org Git - nextcloud-server.git/commit
Get not only time-sensitive next job from list but any 32109/head
authorKirill Popov <kirill.s.popov@gmail.com>
Sat, 23 Apr 2022 13:42:37 +0000 (16:42 +0300)
committerKirill Popov <kirill.s.popov@gmail.com>
Sun, 24 Apr 2022 18:55:53 +0000 (21:55 +0300)
commit0b27b9e658509861cfa5e937cefd8c87a54217bb
tree0a78c47a6aac502314c390bf167f8653444fd04d
parent20d7bf8a880ddf41874afdaf3784d29bc1bc925d
Get not only time-sensitive next job from list but any

Before the change webcron used to select
**only** time-sensitive tasks.

Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com>
cron.php
lib/private/BackgroundJob/JobList.php
tests/lib/BackgroundJob/DummyJobList.php