refactor(container-runner): rewrite on rivetkit actor runtime#5394
Conversation
|
Stack for rivet-dev/rivet
Get stack: change mwnmozsx |
Review: refactor(container-runner): rewrite on rivetkit actor runtimeNice migration overall — this replaces ~800 lines of hand-rolled Correctness concern: loss of the "one actor per container" guardThe old
The new
Worth restoring an explicit check (either "existing entry for this actor id → no-op" or "different actor id already running → bail") before spawning, mirroring the old behavior, given the docs ( Behavior change: crash reporting to the enginePreviously, an unexpected child exit was reported via Minor
Test coverage
|
No description provided.