feat(container-runner): keep instance warm instead of self-exiting - #5531
Conversation
|
Stack for rivet-dev/rivet
Get stack: change qqzrqpro |
ReviewReviewed the container-runner "stay warm" change (container-runner/src/actor.rs, container-runner/src/main.rs, README, docs). The core logic reads cleanly and the removal of request_exit() calls from stop_child/on_start is consistent with the new "engine reaps via /start drain" model, which is a real, existing engine mechanism (request_lifespan / drain_grace_period in pegboard/src/workflows/serverless/conn.rs), so the premise checks out. A few things worth a look:
No security concerns (no new input handling), and the docs/README/mdx updates accurately describe the new behavior. |
d84e30f to
b3a2e19
Compare
c142ce3 to
4a79659
Compare
4a79659 to
395bd37
Compare
b3a2e19 to
3e9dbf4
Compare
3e9dbf4 to
ad0f63f
Compare
395bd37 to
949ddff
Compare
No description provided.