We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e07840e + d6a7d3a commit da5a70aCopy full SHA for da5a70a
1 file changed
Model/CronTask.php
@@ -132,6 +132,7 @@ public function requestJob($capabilities, $group = null) {
132
'timediff(NOW(),notbefore) AS age'
133
],
134
'order' => [
135
+ 'priority ASC',
136
'age DESC',
137
'id ASC'
138
0 commit comments