We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a3aeb commit 2cd7234Copy full SHA for 2cd7234
database/src/pool/postgres.rs
@@ -1990,8 +1990,7 @@ where
1990
AND benchmark_set = $3
1991
ORDER BY
1992
-- Prefer in-progress jobs that have not been finished
1993
- -- previously, so that we can finish them. Also prefer
1994
- -- mandatory jobs over optional ones.
+ -- previously, so that we can finish them.
1995
CASE
1996
WHEN status = $5 THEN 0
1997
WHEN status = $1 THEN 1
0 commit comments