Commit be9cee7
refactor: 스나이퍼/VWAP를 cron 방식으로 변경 (매 분 정각 기준)
run_repeating(interval=60) → run_custom(cron)으로 변경:
- 스나이퍼: 매 분 20초 (xx:xx:20)
- VWAP: 매 분 40초 (xx:xx:40)
봇 기동 시점과 무관하게 항상 동일 시각에 실행.
두 job이 20초 간격으로 분산되어 tx_lock 경합 최소화.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4fea74f commit be9cee7
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
0 commit comments