Scheduled Tasks
Automate recurring operations with scheduled tasks.
Overview
Scheduled tasks automate recurring operations like configuration backups, health checks, and deployments on a defined schedule.
- Cron-based scheduling with timezone support
- Multiple task types
- Execution history and logging
- Retry logic for failures
Task Types
| Type | Description |
|---|---|
| Backup | Capture device configurations |
| Deployment | Deploy stack instances |
| Health Check | Verify device connectivity/status |
| Custom Script | Run custom automation scripts |
Creating Tasks
- Navigate to Automation → Scheduled Tasks
- Click New Task
- Select task type
- Configure schedule (cron expression)
- Select target devices
- Set retry options
- Click Save