containers / containers/podman-compose

Parallel `compose-down`

Open
#808 0 comments 6 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
6.2k
Forks
622
PR merge metrics
No merged PRs in 30d

Description

In some scenarios, it may be normal that `podman-compose down` will be unable to stop running containers with a `SIGTERM` and has to resort to a `SIGKILL`. However, when many containers are defined in the `podman-compose.yaml`, the stopping, waiting and killing is sequential per container, and takes **a lot** of time unnecessarily (`$timeout x #containers`).

I suggest to support running `podman stop` in parallel for all the containers.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.