celery-php
celery-php copied to clipboard
fix params/ETA support in celery4 branch
I've done some testing and confirmed ETA doesn't work (and presumably other user provided params). ETA was moved to the headers in task protocol 2, so an array_merge of the user-provided params to PostTask() over the defaults will probably resolve it.
#80 should be done before/at the same time as this.