Skip to content

feat(runtime): add persistent runtime app registry#16

Merged
guilyx merged 1 commit into
mainfrom
feat/runtime-app-registry
Apr 2, 2026
Merged

feat(runtime): add persistent runtime app registry#16
guilyx merged 1 commit into
mainfrom
feat/runtime-app-registry

Conversation

@guilyx
Copy link
Copy Markdown
Contributor

@guilyx guilyx commented Apr 2, 2026

Summary

Adds a persistent runtime app registry (workspace-level runtime container + job-level runtime app instances) to make it easy to inspect and shut down running apps.

Key changes

  • New Postgres tables for runtime registry metadata.
  • Job runtime start/stop now upserts job registry state.
  • Runtime provisioning upserts workspace registry state.
  • New endpoints:
    • GET /v1/runtime/app-registry (running entries)
    • POST /v1/runtime/apps/shutdown-all (stops running job instances and workspace runtime containers)

Tests / checks

  • cargo test (Rust container)
  • pre-commit run --all-files

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
otter Ready Ready Preview, Comment Apr 2, 2026 10:00am

@guilyx guilyx merged commit d4579c1 into main Apr 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant