Is it possible to stop running task? #307
Unanswered
iakov-kaiumov
asked this question in
Q&A
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? |
0 replies
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to stop running task by task id?
All reactions