You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add exponential backoff and log suppression for scheduler disconnection
When the scheduler disconnects or becomes unavailable, the executor poll loop previously logged a WARN message every ~100ms, spamming logs during graceful shutdown scenarios.
Changes:
- Add exponential backoff (100ms to 30s) when scheduler connection fails
- Reduce log level from WARN to DEBUG after 5 consecutive failures
- Log restoration message when connection is re-established
- Prevents log spam when scheduler shuts down before executor
0 commit comments