nextcloud/lib
Joas Schilling 04cee6a7db
Change the sort order of background jobs to be DESC instead of ASC
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.
2016-04-22 10:49:55 +02:00
..
composer Move OC\Core and OC\Settings to composer autoloader 2016-04-05 16:47:38 +02:00
l10n [tx-robot] updated from transifex 2016-04-22 01:54:58 -04:00
private Change the sort order of background jobs to be DESC instead of ASC 2016-04-22 10:49:55 +02:00
public Merge pull request #24127 from owncloud/handle-app-loading-error 2016-04-20 22:41:02 +02:00
autoloader.php Merge pull request #23819 from owncloud/move-core-completely-to-psr4 2016-04-06 13:31:44 +02:00
base.php Merge pull request #24075 from owncloud/no-html-on-cli 2016-04-20 13:50:43 +02:00