celery / django-celery

Old Celery integration project for Django

Home Page:http://celery.github.com/django-celery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminate only works for terminating parents task

saileshkush95 opened this issue · comments

i have task with sub task. Every things is fine but when i terminate parent task, it only invoked parents task and doesn't effect for its child task. Is this is issue or I'm doing somethings wrongs