feat(engine): add state root task timeout with sequential fallback (#22004)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Georgios Konstantopoulos
2026-02-11 15:45:45 -05:00
committed by GitHub
parent 0b7cd60668
commit 5bccdc4a5d
6 changed files with 182 additions and 6 deletions

View File

@@ -1022,6 +1022,15 @@ Engine:
[default: 100]
--engine.state-root-task-timeout <STATE_ROOT_TASK_TIMEOUT>
Configure the timeout for the state root task before spawning a sequential fallback. If the state root task takes longer than this, a sequential computation starts in parallel and whichever finishes first is used.
--engine.state-root-task-timeout 1s --engine.state-root-task-timeout 400ms
Set to 0s to disable.
[default: 1s]
ERA:
--era.enable
Enable import from ERA1 files