-
I'm trying to set a maximum time of a job, is there any approach? |
Beta Was this translation helpful? Give feedback.
Answered by
agronholm
Dec 17, 2021
Replies: 1 comment
-
No, you cannot (safely) kill threads on Python. There is a method coming in v4 that lets synchronous jobs check if they have been externally cancelled but that requires modifying the job code to support that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chibai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, you cannot (safely) kill threads on Python. There is a method coming in v4 that lets synchronous jobs check if they have been externally cancelled but that requires modifying the job code to support that.