Recover interrupted provider turns after server restarts#9
Open
tim-smart wants to merge 3 commits into
Open
Conversation
tim-smart
force-pushed
the
t3code/investigate-thread-resume
branch
3 times, most recently
from
July 23, 2026 21:12
f7912f9 to
035cc97
Compare
tim-smart
added a commit
that referenced
this pull request
Jul 23, 2026
tim-smart
added a commit
that referenced
this pull request
Jul 24, 2026
tim-smart
force-pushed
the
t3code/investigate-thread-resume
branch
from
July 24, 2026 00:44
035cc97 to
20d5585
Compare
tim-smart
added a commit
that referenced
this pull request
Jul 24, 2026
tim-smart
added a commit
that referenced
this pull request
Jul 24, 2026
tim-smart
force-pushed
the
t3code/investigate-thread-resume
branch
2 times, most recently
from
July 24, 2026 03:34
d46e5bc to
40077d0
Compare
tim-smart
force-pushed
the
t3code/session-dashboard-board
branch
from
July 24, 2026 08:52
c992a50 to
5395c7f
Compare
tim-smart
force-pushed
the
t3code/investigate-thread-resume
branch
from
July 24, 2026 08:52
40077d0 to
083a72d
Compare
github-actions
Bot
force-pushed
the
t3code/investigate-thread-resume
branch
from
July 24, 2026 09:40
083a72d to
af4fd7f
Compare
github-actions
Bot
force-pushed
the
t3code/session-dashboard-board
branch
2 times, most recently
from
July 24, 2026 14:12
49cbba0 to
db299c1
Compare
github-actions
Bot
force-pushed
the
t3code/investigate-thread-resume
branch
from
July 24, 2026 14:12
af4fd7f to
2e4ca57
Compare
- Reconcile pending and interrupted turns during startup - Persist restart markers and clear them after recovery begins - Track recovery outcomes and isolate per-thread failures
- Scope the event-forwarding fiber to the session lifecycle - Cover events emitted after the start-session caller exits
- Clear stale recovery bindings when the projected turn is already settled - Preserve pending turn-start recovery unless restart recovery actually begins
tim-smart
force-pushed
the
t3code/investigate-thread-resume
branch
from
July 25, 2026 10:26
2e4ca57 to
b181832
Compare
tim-smart
force-pushed
the
t3code/session-dashboard-board
branch
from
July 25, 2026 10:26
db299c1 to
d9f8e4d
Compare
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
Testing