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 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.