Check if all container are running #577

Open
opened 2024-02-23 08:36:43 +00:00 by moritz · 1 comment
Member

I would like to automate the process of checking the overall status of an app using abra app ps.
For that I would wish that this command has a --machine readable output too.
Another issue is that if a container is not running, abra app ps does not really help me, I can only see if the container are healthy or not. Is there any way to check if all started container are already/still running? Similar to the converge check after deploying. I think for that abra would need to check the compose file which container exists and than compare it with the running container.

I would like to automate the process of checking the overall status of an app using `abra app ps`. For that I would wish that this command has a `--machine` readable output too. Another issue is that if a container is not running, `abra app ps` does not really help me, I can only see if the container are healthy or not. Is there any way to check if all started container are already/still running? Similar to the converge check after deploying. I think for that `abra` would need to check the compose file which container exists and than compare it with the running container.
moritz added the
enhancement
label 2024-02-23 08:36:43 +00:00
Owner

Nice! I think some logic (unfinished) for this is in abra app errors ...? This command could be integrated elsewhere, it never became widely used, I think. It's also not very reliable. See what you think!

Nice! I think some logic (unfinished) for this is in `abra app errors ...`? This command could be integrated elsewhere, it never became widely used, I think. It's also not very reliable. See what you think!
decentral1se added the
abra
label 2024-02-23 10:17:48 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#577
No description provided.