Hi, If I kill a agent in docker container, is there a way to enable graceful shutdown? I mean if I have some long lasting job running, I’d like to give it a timeout window instead of killing it immediately.
k
Kevin Kho
12/15/2021, 4:16 PM
Not at the moment as cancellation is aggressive. I think you are asking for something like this. We also have this issue open that needs design to allow for some kind of handler in the event a flow is cancelled
e
Enda Peng
12/15/2021, 4:16 PM
Thank you!
👍 1
k
Kevin Kho
12/15/2021, 4:22 PM
Wait, if an agent dies, I think Flows that are still running will continue. Do you see that they end?