Force Run¶
The events force-run command forces immediate execution of a task on the scheduler.
Parameters¶
| Parameter | Description |
|---|---|
TASK_ID |
Task ID (required, positional). |
--task-name |
Task name (default: ""). |
--run-date, -d |
Run date as YYYYMMDD (default: today). |
🖥️ Basic Usage¶
Usage: easytask events force-run [OPTIONS] TASK_ID
Force execute a task.
╭─ Arguments ─────────────────────────────────────────────────────────────────╮
│ * task_id INTEGER Task ID [required] │
╰─────────────────────────────────────────────────────────────────────────────╯
╭─ Options ───────────────────────────────────────────────────────────────────╮
│ --task-name TEXT Task name (default: ) │
│ --run-date -d INT Run date as YYYYMMDD │
│ --help -h Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────╯