Commit 344de9b
fix(jobs): use NOW(3) to match CURRENT_TIMESTAMP(3) precision
The scheduled_time column uses CURRENT_TIMESTAMP(3) with milliseconds,
so comparisons must also use NOW(3) for consistent precision.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 4f4a924 commit 344de9b
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
491 | | - | |
| 490 | + | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
451 | | - | |
| 450 | + | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
0 commit comments