docs/en/tools/scheduler.mdx
Create and manage dynamic scheduled tasks with flexible scheduling and execution modes.
| Dependency | Install Command |
|---|---|
croniter ≥ 2.0.0 | pip install croniter>=2.0.0 |
Included in core dependencies: pip3 install -r requirements.txt
| Mode | Description |
|---|---|
| One-time | Execute once at a specified time |
| Fixed interval | Repeat at fixed time intervals |
| Cron expression | Define complex schedules using Cron syntax |
Create and manage scheduled tasks with natural language: