GDR!

Results 123 comments of GDR!

Hey, thanks, I have not noticed that the exchange was empty. Moreover, someone did a Java client based on my work in this branch and it works, somehow so the...

I just tried the celery4 branch with celery==4.0.2 and test.php posted the task successfully. I didn't do any changes to the protocol, just ported the settings in testscenario to the...

That's cool, thanks for your effort anyway. In the meanwhile, I just ran tests with the AMQPLib connector and they pass 100% (mind you, there's no test for ETA)

PECL-AMQP connector is delayed until https://github.com/pdezwart/php-amqp/issues/263 is solved. I tried writing a simple patch but, while it solved single NULL values like 'eta' or 'group', it serialized ``` 'timelimit' =>...

Redis message looks as following ``` { "body": "W1syLCAyXSwge30sIHsiY2hvcmQiOiBudWxsLCAiY2FsbGJhY2tzIjogbnVsbCwgImVycmJhY2tzIjogbnVsbCwgImNoYWluIjogbnVsbH1d", "headers": { "origin": "gen30995@celerydev", "lang": "py", "task": "tasks.add", "group": null, "root_id": "587879af-15f9-4677-8b1b-9f5f5dda3f13", "expires": null, "retries": 0, "timelimit": [ null, null ],...

I'm not hurrying or anything, it's just an issue I opened and you commented on and I'm using it to paste info for myself or whoever will work on this...

Do you have any documentation on what correlation_id is? My AMQP knowledge is rather rusty and this seems to be a new thing

Looks like I have interesting times ahead (client wanted Celery 4 for a project that goes live soon). Re. correlation_id: I added it in celery.php, so it should be added...

\o/ ``` [celery4] root@celerydev:~/celery-php# phpunit CeleryRedisTest unittest/CeleryRedisTest.php PHPUnit 4.0.17 by Sebastian Bergmann. ................ Time: 13.22 seconds, Memory: 2.75Mb OK (16 tests, 35 assertions) ```