django-pushy icon indicating copy to clipboard operation
django-pushy copied to clipboard

Send cancellation

Open rakanalh opened this issue 9 years ago • 2 comments

Provide a way for send notifications tasks to be cancelled.

rakanalh avatar Feb 19 '16 09:02 rakanalh

How would this be used, and where would you want to cancel it? Shouldn't it be enough to send the celery AsyncResult from send_push_notification?

wolfhechel avatar Feb 19 '16 11:02 wolfhechel

I need this feature to stop currently executing pushy tasks from the admin... if the notification started sending to all devices, some custom action on the admin interface to cancel (revoke) the sending process would be a nice to have feature. http://docs.celeryproject.org/en/latest/userguide/workers.html#revoking-multiple-tasks

rakanalh avatar Feb 19 '16 12:02 rakanalh