fetchit icon indicating copy to clipboard operation
fetchit copied to clipboard

Long Shutdowns

Open RobotSail opened this issue 3 years ago • 0 comments

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.

RobotSail avatar Jan 06 '23 14:01 RobotSail