Production on Hyrex Cloud
Hyrex Cloud handles infrastructure, scaling, and monitoring automatically.Environment Setup
- Set Your API Key
- Configure App for Workers
Docker Deployment
Deploy workers using Docker:Configuration
- Use separate API keys for dev/staging/prod
- Set num_processes based on task type
- Use queues to separate workload types
Deployment Checklist
Pre-Deployment
- Load test your tasks to determine resource needs
- Configure appropriate task timeouts
- Set up error tracking (Sentry, etc.)
- Plan queue structure for workload separation
- Document task dependencies
Deployment
- Use environment variables for configuration
- Set up secrets management
- Configure resource limits
- Enable health checks
- Set up log aggregation