-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
Milestone
Description
Ported from Qiita-pet.
antgonza commented a month ago
there is no way to stop/kill a meta analysis before the job is finished
Joshua Shorenstein
squirrelo commented a month ago
This is a celery shortcoming. When we move over to the iPython/torque backend it should be possible.
Antonio Gonzalez
antgonza commented a month ago
OK, thanks, this is good to know.
Daniel McDonald
wasade commented a month ago
can't revoke?
http://docs.celeryproject.org/en/latest/userguide/workers.html#revoking-tasks
…
Joshua Shorenstein
squirrelo commented a month ago
Huh, I guess you can revoke, but would need to track the process IDs, most likely in redis somehow. I'll look into it if this is something we want to continue on, otherwise just dump for iPython.