Skip to content

Refresh Graph

The events refresh-graph command refreshes the dependency graph on the scheduler, updating task and group dependency relationships.

🖥️ Basic Usage

easytask events refresh-graph -h
 Usage: easytask events refresh-graph [OPTIONS]

 Refresh the dependency graph on scheduler.

╭─ Options ───────────────────────────────────────────────────────────────────╮
│ --help  -h        Show this message and exit.                               │
╰─────────────────────────────────────────────────────────────────────────────╯

Example

easytask events refresh-graph
Dependency graph refreshed.

⏭️ Next Steps