Distributed job orchestration
Control Plane
A job orchestration platform: Postgres-backed queue with priorities, retries, cron schedules,
lease-based crash recovery, and a live operations UI. Jobs are claimed with
FOR UPDATE SKIP LOCKED so any number of workers can pull from the same queue
without coordination; a watchdog reclaims work lost mid-flight. Deployed continuously —
every merge ships to the live site.