Pyhon SDK on Aborting
I am trying to catch ABORTING event with the following code, without success. Could someone teach me how to do it properly ? Thanks 😆
the
the
on_abort
function never called, this is the output:
4 Replies
rival-black•3y ago
Passed the questions to our Python devs, will get back once there's some response
thanks
rival-black•3y ago
So - you have to abort gracefully for the event to be emitted:

Ohh.. got it! now I understand. Thanks @Andrey Bykov