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
tt/stop! waits for the threads to finish. Is there a recommended way to simply kill the thread or threads, e.g. if it just takes too long or whatever?
I have a recurring calculation that takes ~3 minutes but can be started any time again - the result can be calculated later if for some reason it does not finish. Do you have a recommendation for killing the threads e.g. when deploying a new version of the application as fast as possible?
How would you approach it if I wanted to give it e.g. a 2 second timeout and than kill the threads no matter what?
The text was updated successfully, but these errors were encountered:
tt/stop!
waits for the threads to finish. Is there a recommended way to simply kill the thread or threads, e.g. if it just takes too long or whatever?I have a recurring calculation that takes ~3 minutes but can be started any time again - the result can be calculated later if for some reason it does not finish. Do you have a recommendation for killing the threads e.g. when deploying a new version of the application as fast as possible?
How would you approach it if I wanted to give it e.g. a 2 second timeout and than kill the threads no matter what?
The text was updated successfully, but these errors were encountered: