-
Notifications
You must be signed in to change notification settings - Fork 18
Add Debouncer — coalesce rapid workflow calls into one execution #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
ee8a962
Add Debouncer — coalesce rapid workflow calls into one execution
easmith 421d62d
Fix two replay-safety bugs in Debouncer
easmith a5354c0
Fix type coercion for numeric args in DebouncerServiceImpl
easmith 7302b63
Replace O(N) debouncer scan with O(1) dedup-id point lookup
easmith 659db1a
Verify and fix debouncer durability for workflow-context call path
easmith c74ced0
Align Debouncer with Python semantics
easmith 2d39757
Fix send accumulation and dead code in dedup path
easmith 5b8faec
Add debouncer tests; fix priority context propagation for dequeued wo…
easmith fcc47f8
Merge branch 'main' into feature/debouncer
devhawk e7b8519
Address minor PR review comments for Debouncer
easmith 46af720
Duration/Instant classes for time related calculations
easmith 29fc252
Fix remaining minor PR review comments
easmith 7d0f973
Add DebouncerClient for external callers without a running DBOS instance
easmith 6968e56
Remove appVersion/priority/deduplicationId from DBOSContext
easmith 9d649d1
Give Debouncer a direct DBOSExecutor reference
easmith 4b79d27
spotlessApply
devhawk a40faeb
Make runDbosFunctionAsStep public for Debouncer
easmith 0f360ee
Replace DebouncerServiceImpl with InternalWorkflows
easmith 827a50f
Rudiments in comments
easmith aba8d05
Track internal workflows in a separate registry
easmith ea07bb4
Use portable class name for internal debouncer workflow
easmith fd142cc
Merge branch 'main' into feature/debouncer
easmith ce9f7c5
Merge branch 'main' into feature/debouncer
devhawk d77f70f
Fail debounced workflow with ERROR instead of hanging when unregistered
easmith 40215c3
Use runDbosFunctionAsStep directly in Debouncer instead of manual inW…
easmith a25a54a
Rename internal debouncer workflow to debouncerWorkflow, drop redunda…
easmith fa57962
Add recovery test: replaying debouncer workflow must not restart user…
easmith dee7b87
Test withDeduplicationId forwarding and harden debouncer recovery test
easmith f0177d7
spotless
devhawk 0ba8506
Call executor/registry directly from internal workflows, drop redunda…
easmith 25d668c
minor change to check executorSupplier.get response
devhawk 0af1936
Merge branch 'main' into feature/debouncer
devhawk ee79c2f
remove unused field
devhawk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.