Skip to content

Experiment with generic debouncing code #1290

@aaronlehmann

Description

@aaronlehmann

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions