Skip to content

Debouncing #894

Description

@juanmarin-co

Thanks & Kudos
Huge thanks to the River team for crafting such a versatile job-processing engine!

What is debouncing?
Debouncing batches a rapid sequence of events into a single action after a specified “quiet” interval—only the final event in a burst triggers processing.

High-level use case
In a conversational system, users often send multiple messages in quick succession. We want to defer work until the conversation pauses, then invoke our chatbot once with the latest context. Is it possible to implement this with river?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions