Maintenance & Cleanup¶
Postgres Conductor runs automatic maintenance on each queue to keep the database clean.
Automatic Maintenance¶
Maintenance runs daily on each queue:
- Removes old completed executions (based on task retention config)
- Removes old failed executions (based on task retention config)
No manual intervention required.
What's Next?¶
- Worker Configuration - Optimize worker performance
- Horizontal Scaling - Add more workers
- Live Migrations - Zero-downtime deployments