feat(runtime): recover retained execution and authenticate coordination - #1136
Merged
Conversation
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.
Interrupted provider runs could leave live work detached from its manager or lose accepted results during cleanup.
Runtime now restores retained root, nested manager, and leaf invocations from durable evidence before managers admit new work.
Recovery preserves original identities, reservations, worker capacity, finalizers, and unresolved keys without dispatching replacements.
Stable signing keys preserve access across local restarts within the original credential lifetime; credentials are not renewed automatically.
The legacy Sandbox mapper refuses attachments unless the consumer supplies an explicit mapper.
This integrates and supersedes cleanup PR refactor(runtime): consolidate optimizers and remove unused delivery paths #1135; that cleanup is not a separate merged dependency.
Release versions: Runtime 0.200.0 and Bench 0.9.2, with published Interface 2.4.0 and Sandbox 0.36.4.
Validation on
6862be3f(CI run):Local verification also passed on Node 24 with serialized checks and a 2 GiB process-group ceiling.
Live Tangle verification remains pending; local recovery tests do not establish deployed provider conformance or distributed fencing.