We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a2c488 + 567a5dd commit f8da826Copy full SHA for f8da826
sched/feeder.cpp
@@ -730,6 +730,9 @@ int main(int argc, char** argv) {
730
void* p;
731
char path[MAXPATHLEN], order_buf[1024];
732
733
+ // this is a reasonable default. Do retries before new jobs
734
+ order_clause = "order by r1.priority desc, r1.workunitid";
735
+
736
for (i=1; i<argc; i++) {
737
if (is_arg(argv[i], "d") || is_arg(argv[i], "debug_level")) {
738
if (!argv[++i]) {
0 commit comments