04cee6a7db
In theory, if your instance ever creates more jobs then your system cron can handle, the default background jobs get never executed anymore. Because everytime when the joblist returns the next job it looks for the next ID, however there is always a new next ID, so it will never wrap back to execute the low IDs. But when we change the sort order to be DESC, we make sure that these low IDs are always executed, before the system jumps back up to execute the new IDs. |
||
---|---|---|
.. | ||
dummyjoblist.php | ||
job.php | ||
joblist.php | ||
queuedjob.php | ||
testjob.php | ||
timedjob.php |