Is it possible to stop running task? #307
Replies: 2 comments
-
Could you elaborate your use case? If you are within the execution block then nothing should stop you from returning if it matches your use case to stop execution? Unless of course if you wish to signal the task from running from outside the task code block? |
Beta Was this translation helpful? Give feedback.
-
In my use case I have a long-running task and I want to stop it from outside the task code block. I use Redis backend. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to stop running task by task id?
Beta Was this translation helpful? Give feedback.
All reactions