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
The dispatcher implements debouncing when sending and receiving task updates.
The scheduler implements debouncing on commit events.
We should look into having a common implementation of "coalesce the following events that happen with a gap up to X ms between then, with a maximum latency of no more than Y ms". This could be tested intensively and avoid code duplication.
The text was updated successfully, but these errors were encountered:
The dispatcher implements debouncing when sending and receiving task updates.
The scheduler implements debouncing on commit events.
We should look into having a common implementation of "coalesce the following events that happen with a gap up to X ms between then, with a maximum latency of no more than Y ms". This could be tested intensively and avoid code duplication.
The text was updated successfully, but these errors were encountered: