celery-php icon indicating copy to clipboard operation
celery-php copied to clipboard

fix params/ETA support in celery4 branch

Open rocksfrow opened this issue 8 years ago • 1 comments

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.

rocksfrow avatar Jan 08 '17 01:01 rocksfrow

#80 should be done before/at the same time as this.

rocksfrow avatar Jan 08 '17 01:01 rocksfrow