containers / fetchit

FetchIt is used to manage the life cycle and configuration of Podman containers
https://fetchit.readthedocs.io/
GNU Affero General Public License v3.0
124 stars 23 forks source link

Long Shutdowns #287

Open RobotSail opened 1 year ago

RobotSail commented 1 year ago

When shutting FetchIt down by using podman container stop fetchit, FetchIt will hang on the shutdown signal until Podman issues a SIGTERM. This is an issue because it causes podman container stop fetchit to return a non-zero status code which renders it as an error to calling applications.