We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25f4a1 commit 8a56bd1Copy full SHA for 8a56bd1
1 file changed
scripts/20190926-142610.sql
@@ -0,0 +1,3 @@
1
+drop index tasks_num_attempts_processed_at_idx;
2
+
3
+create index tasks_num_attempts_processed_at_idx on tasks(priority, num_attempts, created_at) where processed_at is null;
0 commit comments