refactor(core): replace background job service (#34559)
This commit is contained in:
parent
6846542115
commit
461a1c3ab4
24 changed files with 593 additions and 673 deletions
|
|
@ -690,7 +690,7 @@ Affected schema:
|
|||
Change:
|
||||
|
||||
- Remove the optional `background` bash parameter and process-local background settlement shape from the shipped tool.
|
||||
- Retain the internal `BackgroundJob` prototype for a later integration slice.
|
||||
- Retain the internal `Job` prototype for a later integration slice.
|
||||
|
||||
Reason:
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Next reviewed slices:
|
|||
remaining one-turn native-adapter use with a narrow typed dispatcher
|
||||
- batch streamed deltas and add covering context indexes
|
||||
- expose replayable Session event cursors over HTTP and the generated SDK where remote consumers need them
|
||||
- integrate the new BackgroundJob service with V2 tool execution: support background
|
||||
- integrate the new Job service with V2 tool execution: support background
|
||||
bash jobs and background agent dispatch with durable status observation,
|
||||
completion delivery, and explicit cancellation / continuation semantics
|
||||
- add durable/clustered interruption, retries, and stale-owner fencing only as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue