Skip to content

v3.4

Choose a tag to compare

@kraftp kraftp released this 16 Sep 16:52

New Features

Workflow Debouncing. When you debounce a workflow, you delay its execution until some time has passed since the workflow has last been called. Debouncing is really useful for preventing wasted work when a workflow may be triggered multiple times in quick succession. For example, if a user is editing an input field, you can debounce their changes to execute a processing workflow only after they haven't edited the field for some time.

Docs: https://docs.dbos.dev/typescript/reference/methods#debouncing

What's Changed

New Contributors

Full Changelog: v3.3...v3.4