Closed jeffbr13 closed 6 years ago
This patch moves the task metadata from the message body to the message headers, due to the change between Celery's v1 and v2 protocol. This should fix #81, but doesn't provide the testing asked for by #80.
@gjedeer what are the chances of getting this merged? thanks!
Merged, didn't test it.
BTW, I gave @jeffbr13 commit rights for the project way back in February.
This patch moves the task metadata from the message body to the message headers, due to the change between Celery's v1 and v2 protocol. This should fix #81, but doesn't provide the testing asked for by #80.