Could you check the app Logs and tell me what you see when one of them stops?A stack trace or "OOM / killed" → it's crashing (code/memory fix)Clean shutdown with no error → it's the compute lifecycle (keep-alive job fix)Nothing / app never fully star...