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
Fix slowdown and stoppage in the main event loop (#499)
* Fix slowdown and stoppage in the main event loop
- Prevent the event loop from exiting immediately if it receives a stale event
marked InProgress
- Periodically log the size of the event queue.
- Periodically "garbage-collect" the event queue to trim already-handled
events and slow the rate of its unbounded growth.
* Cancel events which fail to drain or cordon
* Move event store logging and GC into the store itself
* Don't print more than 1 error per second when running out of workers
0 commit comments