Scheduler Installation¶
The scheduler is the core workflow orchestration engine that manages task execution, dependency resolution, and scheduling.
Cloud Deployments¶
In cloud deployments, EasyTask manages the scheduler for you. No installation is needed — the scheduler is already running and ready to process your workflows.
Cloud Agent Installation — Set up agents to connect to the cloud scheduler
On-Premises Deployments¶
The default scheduler is installed automatically during Host Setup as part of the infrastructure. You can add additional scheduler instances for workload isolation.
When to add scheduler instances¶
- Environment separation — Separate production and development schedulers
- Team isolation — Dedicated schedulers per team or department
- Workload specialization — Dedicated schedulers for ETL, monitoring, or batch processing
Install a scheduler instance¶
- Run the on-prem installer and select Option 2
- Provide an instance name (e.g.,
production,staging) - The installer creates and starts a new scheduler container
On-Premises Scheduler Setup — Step-by-step guide
Next Steps¶
| Guide | Description |
|---|---|
| On-Premises Host Setup | Deploy the full infrastructure stack |
| On-Premises Scheduler Setup | Add scheduler instances |
| On-Premises Agent Setup | Install worker agents |
| Verify Installation | Confirm everything is running |