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.
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 fetchitto return a non-zero status code which renders it as an error to calling applications.