Skip to content

Commit a3b7d4c

Browse files
committed
Adding tests for the fair dequeueing strat in the run engine
1 parent 8989906 commit a3b7d4c

File tree

6 files changed

+1235
-8
lines changed

6 files changed

+1235
-8
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export const RUN_QUEUE_RESUME_PRIORITY_TIMESTAMP_OFFSET = 31_556_952 * 1000; // 1 year
2+
export const RUN_QUEUE_RETRY_PRIORITY_TIMESTAMP_OFFSET = 15_778_476 * 1000; // 6 months
3+
export const RUN_QUEUE_DELAYED_REQUEUE_THRESHOLD_IN_MS = 500;
4+
export const RUN_QUEUE_SCHEDULED_REQUEUE_AVAILABLE_AT_THRESHOLD_IN_MS = 500;

0 commit comments

Comments
 (0)