conductor
conductor copied to clipboard
[DOC]: how to make conductor deployment production ready
What are you missing in the docs
I'd like to know how to make conductor deployment production ready. in production ready environment it needs at least automatic failover, autoscaling, high availability. Is there any documention on this ?
This issue is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 7 days.
This issue was closed, because it has been stalled for 7 days with no activity.
Hi @ishallbethat when we deploy conductor in prod here is what we ensure we have:
- setup for failover - we use redis cluster or setup that has primary and replica that can be promoted to primary in case of failures
- Automated backups of databases
- We use k8s for deployments and use metrics for servers and workers to decide on scaling policies (CPU for conductor servers and queue depths for workers to autoscale)
- Metrics setup - we use prometheus and grafana to monitor various metrics and configuring alerts