fix(pair): make worker completion callbacks durable and recoverable - #529
Merged
Merged
Conversation
Default delegation to non-blocking callbacks while preserving explicit waits and server watchdogs. Persist correlated results before cleanup, guard delivery attempts, and recover pending work through server events. Expose retained and uncertain results with scoped retry confirmation, respecting Stop, ownership, and pair generation boundaries.
Contributor
|
This issue has been resolved in version 4.3.0-beta.5 (main). To update, run: -- Clay Deploy Bot Build anything, with anyone, in one place. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Worker completion could be discarded before the Driver accepted it, leaving finished work unnoticed. Delegation now defaults to non-blocking callbacks, with a durable result outbox and event-driven recovery instead of routine model polling.
Validation: Driver independently passed 155 focused tests and reviewed the production browser fixture. Full suite passed 2,375 tests with 1 skipped. Diff checks passed. Live daemon/provider behavior was not exercised; transport acceptance does not imply exactly-once model consumption.