mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Changed order of expiry commands
This commit is contained in:
parent
37faff6d98
commit
092ec00cdb
3 changed files with 6 additions and 5 deletions
|
@ -67,7 +67,7 @@ class Cron
|
|||
$entries = DBA::select(
|
||||
'workerqueue',
|
||||
['id', 'pid', 'executed', 'priority', 'command', 'parameter'],
|
||||
['NOT `done` AND `pid` != 0'],
|
||||
['NOT `done` AND `pid` != ? AND `executed` > ?', 0, DBA::NULL_DATETIME],
|
||||
['order' => ['priority', 'retrial', 'created']]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue