Releases: smuuf/celery-for-php
Releases · smuuf/celery-for-php
0.2
0.1
- celery-for-php can now send tasks to Celery via Redis - as a broker and also as a result backend.
- Currently the only available Redis driver is backed by optional Predis dependency.
- Support for
json
task serialization scheme.- Support for
msgpack
was attempted, but ultimately scrapped for now. (See 5e2010d )
- Support for
- Support for both
v1
andv2
task message protocols.- Albeit
v2
support was tested more.
- Albeit
- Support for
$asyncResult->revoke(...)
, which for example the now-deprecated celery-php library did not support.