hi, I have a clean up task that I need to run on f...
# flyte-v1-support
a
hi, I have a clean up task that I need to run on failure or abort. On failure is straightforward but I don't find any way to trigger on abort. Should I just use an sigterm handler?
f
there is no on-abort handler
abort is external and cannot raise an error in the task