Skip to content

Commit

Permalink
Add osism task list sample output (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Sep 27, 2023
1 parent 58c64fe commit 0125362
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/guides/operations-guide/manager/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_label: Task
sidebar_position: 20
---

# Task

All running or scheduled tasks can be listed with `osism task list`.

```
+----------------------+--------------------------------------+-------------------------+----------+----------------------------+-----------------------------------------------+
| Worker | ID | Name | Status | Start time | Arguments |
|----------------------+--------------------------------------+-------------------------+----------+----------------------------+-----------------------------------------------|
| celery@kolla-ansible | 8a553e69-c532-4ba0-a5d4-08a983bde692 | osism.tasks.kolla.run | ACTIVE | 2023-09-27 17:55:54.252250 | ['kolla', 'common', ['-e kolla_action=pull']] |
| celery@osism-ansible | dba72dd5-1885-408f-9262-e0ded111a007 | osism.tasks.ansible.run | ACTIVE | 2023-09-27 18:00:31.215879 | ['generic', 'facts', []] |
+----------------------+--------------------------------------+-------------------------+----------+----------------------------+-----------------------------------------------+
```

0 comments on commit 0125362

Please sign in to comment.