đ EasyTask Scheduler Control Guide¶
đ Starting a Scheduler Instance¶
- On-Prem: The scheduler starts automatically during installation. To start manually, use the system service manager or the Scheduler Dashboard (
/scheduler) â Container Controls â Start. - Cloud / Sandbox: The scheduler is managed by the EasyTask team. Contact support if needed.
â Confirming a Successful Start:
- The Scheduler Dashboard shows the scheduler status as "running" with active health metrics.
- All threads show as "Alive" in the Thread Monitor.
- The scheduler version and uptime are displayed on the dashboard.
âšī¸ Stopping a Scheduler Instance¶
- On-Prem: Use the system service manager or the Scheduler Dashboard (
/scheduler) â Container Controls â Stop for a graceful shutdown. - Cloud / Sandbox: Contact EasyTask support.
â Confirming a Clean Shutdown:
- A graceful shutdown ensures active tasks are completed and resources are cleaned up safely.
- The Scheduler Dashboard will show the scheduler status as "inactive".
đ Viewing Scheduler Logs¶
- On-Prem: Use the system service manager to view scheduler logs. The Scheduler Dashboard also provides a live log viewer with color-coded log levels.
- Cloud / Sandbox: Contact EasyTask support for log access.
â Summary¶
| Action | Method |
|---|---|
| đ Start Scheduler | System service manager or Scheduler Dashboard â Start |
| âšī¸ Stop Scheduler | System service manager or Scheduler Dashboard â Stop |
| đ Restart Scheduler | System service manager or Scheduler Dashboard â Restart |
| đ View Logs | System service manager or Scheduler Dashboard â Log Viewer |
| đ Monitor Health | Scheduler Dashboard â Health Metrics & Thread Monitor |
đ General Notes¶
- Use the Scheduler Dashboard (
/scheduler) for real-time monitoring of scheduler health, thread status, and logs. - Always confirm start by checking the dashboard shows all threads as "Alive".
- Always confirm shutdown by checking the dashboard shows scheduler status as "inactive".
Frequently Asked Questions¶
Q: How do I confirm the scheduler has started successfully?
A: Check the Scheduler Dashboard (/scheduler). If the scheduler is running, the health metrics panel shows the status as "running" with uptime and connected worker count. The Thread Monitor shows all threads as "Alive".
Q: What is the clean way to stop the scheduler? A: For on-prem, use the system service manager or the Scheduler Dashboard â Stop for a graceful shutdown. This ensures active tasks are completed and resources are cleaned up. For cloud/sandbox, contact EasyTask support.
Q: How do I check scheduler logs for troubleshooting? A: The Scheduler Dashboard provides a live log viewer with color-coded log levels (errors in red, warnings in yellow, etc.). For on-prem, you can also access logs through the system service manager.