gjedeer / celery-php

PHP client for Celery
http://massivescale.net/celery-php/
Other
422 stars 120 forks source link

Celery v2 protocol metadata support #83

Closed jeffbr13 closed 6 years ago

jeffbr13 commented 7 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.

rocksfrow commented 6 years ago

@gjedeer what are the chances of getting this merged? thanks!

gjedeer commented 6 years ago

Merged, didn't test it.

gjedeer commented 6 years ago

BTW, I gave @jeffbr13 commit rights for the project way back in February.