[Bug] B18: Apps stop right after install (or become unstartable) #25
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Many apps install but immediately stop (need manual Start) or become unstartable. Check install->start handoff, boot_reconciler, restart policy, cgroup placement. Related B9/B10.
Tracked in repo: tests/production-quality/TRACKER.md
Partially addressed by the #16/#17 runtime stack supervisor (stack apps that stopped now recover). Remaining single-container install→start cases need live repro; saw a name-less 'Created' orphan on .198 to chase. Keeping open.
Fixed in commit
1843739e: a restart-retry loop (MAX_RESTARTS=3) in wait_for_stack_containers restarts stack containers that crash on first start. Follow-up tracked separately: non-stack apps still rely on the runtime supervisor; consider a non-stack post-install retry too.