You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there's any way to cancel a job after certain amount of time it it's still executing. Also any oncancelled callback function/Event just to log the things.
The text was updated successfully, but these errors were encountered:
akshay-zz
changed the title
How to cancel a job automatically if it's not complete in a certain amount of time?
How to cancel a job automatically if it's not completed in a certain amount of time?
Jan 6, 2022
It's always tricky to 'kill' things that are running, but maybe we can arrange something (maybe cancelling a cancellationtoken for the caller to manage).
There's a fancy name for "cancelling something if it's not completed in a certain amount of time" by the way: "timeout" ;)
Is there's any way to cancel a job after certain amount of time it it's still executing. Also any oncancelled callback function/Event just to log the things.
The text was updated successfully, but these errors were encountered: