This repository was archived by the owner on Aug 5, 2026. It is now read-only.
Commit c4695ef
Prevent jobs from being enqueued in the past.
It's relatively easy for this to happen by accident (e.g. time drift on
a rogue server), and it throws a spanner in the works if you're
monitoring for oldest job in the queue.1 parent 038cb16 commit c4695ef
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments