#2857 Bind the tasks so they can update their status and report progress
Merged by pingou. Opened by pingou.
bind_queue  into  master

Download 2857.patch
no initial comment

Only 1b6975536b473c41a5337534c8df31f40c47d185 is to be considered in this PR since the other one will disappear when #2856 is merged :)

I would try to create an function for this block of code or maybe put it inside a decorator since we want it to be applied to all the celery tasks.

2 new commits added

  • Bind the tasks so they can update their status and report progress
  • Make the milestone clickable

rebased onto f2db4b45dde3a4575b17af9b968d09820273db82

3 new commits added

  • Add docstrings to the functions missing one
  • Move to a decorator instead of re-using the same code everywhere
  • Re-order the imports

:thumbsup: nice :)

Thanks! :)

Pull-Request has been merged by pingou

Metadata