Cross-Cloud Deployments
Hyrex runs anywhere you can run Postgres and containers. Keep your app portable across AWS, GCP, Azure, or on‑prem by using Hyrex’s lightweight SDKs and stateless workers.
Architecture
- Postgres is the durable backbone for tasks, queues, and retries.
 - Workers are stateless containers; scale them in any region or cloud.
 - Producers (your API/UI) enqueue tasks via the TypeScript or Python SDK.
 
See: Production Guide and Quick Starts in the docs.
Production GuideDeployment Tips
- Co‑locate workers with your Postgres or use a low‑latency private link.
 - Use queues to route tasks to cloud/region‑specific worker pools.
 - Autoscale workers per queue; keep Postgres connections pooled.