Skip to content

Releases: smuuf/celery-for-php

0.2

14 Nov 15:01
Compare
Choose a tag to compare

Full Changelog: 0.1...0.2

0.1

26 Oct 15:44
Compare
Choose a tag to compare
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 both v1 and v2 task message protocols.
    • Albeit v2 support was tested more.
  • Support for $asyncResult->revoke(...), which for example the now-deprecated celery-php library did not support.