Commit c9d17d9
fix(lgbm): move scheduled cron 2h earlier
Previous cron 55 19 * * 1-5 (15:55 ET EDT) ran only 5 min before
market close. With GH Actions runner startup delays of 30-60 min,
the script reliably ran AFTER market close and orders queued
overnight without filling. New cron 0 18 * * 1-5 (14:00 ET EDT)
gives a 2-hour buffer.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 413c663 commit c9d17d9
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments