Commit c0550a9
fix: Throttle scheduler status logs to every 15 seconds (#1681)
Add throttling to high-frequency scheduler status logs:
- "Scheduler waiting: Total=X, Queued=X, Executing=X, Completed=X"
- "Pending modules: ..."
- "Executing modules: ..."
These messages previously fired every scheduler loop iteration (~100ms),
causing significant log spam in CI. Now they only log once every 15 seconds.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 39875ef commit c0550a9
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
326 | 329 | | |
327 | 330 | | |
328 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
329 | 340 | | |
330 | 341 | | |
331 | 342 | | |
| |||
0 commit comments