Skip to content

Task status

This script counts all currently running, cancelled, pending and failed tasks and requires no arguments. You can now pass task state or even a task id to get specific info about a task such as description, uris, eecus used and so on.

geeadd_tasks

> geeadd tasks -h
usage: geeadd tasks [-h] [--state STATE] [--id ID]

options:
  -h, --help     show this help message and exit

Optional named arguments:
  --state STATE  Query by state type COMPLETED|PENDING|RUNNING|FAILED
  --id ID        Query by task id

Last update: 2023-09-24
Created: 2021-03-13