Sometimes users won't shut down the pipelines for long time, or sources do not complete correctly and it'll just create zombie processes in the runner as well as in the REST API. We need a way to deal with them.
Stupidest approach: add inactivity timeout and force kill them on it.
Any better solutions?
Sometimes users won't shut down the pipelines for long time, or sources do not complete correctly and it'll just create zombie processes in the runner as well as in the REST API. We need a way to deal with them.
Stupidest approach: add inactivity timeout and force kill them on it.
Any better solutions?