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
freezing-airport-6809
02/20/2026, 2:17 AM
there is no on-abort handler
freezing-airport-6809
02/20/2026, 2:17 AM
abort is external and cannot raise an error in the task