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
(chore): refactor batch event processor to use blocking queue poll and take so as not to spin too much. (#343)
* need to reset the deadline after it is hit once.
* use flush interval for event queue polling
* use take if you have timed out enough
* refactor to only reset interval in one place.
* remove lambda after discussion with miked
* fix log message
* check if deadline is equal or passed since we set timeout at deadline
0 commit comments