Prepare Rust await_event timeout handling#1
Closed
manuschillerdev wants to merge 1 commit into
Closed
Conversation
Owner
Author
|
Closed: opened against the wrong repository. The intended target is manuschillerdev/absurd-rust-sdk. |
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.
Summary
TaskContext::await_eventfor the upstreamtimed_outresult columnawait_eventresult shapeBlocked
Blocked on the upstream SQL fix from earendil-works#116, or an equivalent local SQL change. The durable fix requires
absurd.await_eventto returntimed_outand persist timeout checkpoints. Without that SQL change, an SDK-only patch can preserve legacy timeout behavior but cannot durably replay timeout progress across later suspensions.Tests
cd sdks/rust && cargo testcd sdks/rust && cargo clippy --all-targets -- -D warnings