Does anyone happen to know if there's a way to exe...
# flyte-support
c
Does anyone happen to know if there's a way to execute a handler inside a task when someone clicks "Terminate" in the Flyte console? Tried adding SIGTERM handling to one of my python scripts to catch this signal but that doesn't seem to work.
f
What is the usecase
f
If it’s cleanup, I think you should use agent
c
what is agent?
f
Ya happy to discuss
Btw we have been meaning to add a signal handler to execute