Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Releases: gjedeer/celery-php

2.1

21 Jul 20:11
Compare
Choose a tag to compare
  • Support for the new CeleryAdvanced constructor, which allows separate backend queue. Based on m0nk's work in #42 . This feature is undertested so please comment on your both positive and negative experiences.
  • Delay broker connection until a task is posted - based on Chris Lam's work in #51
  • Added missing documentation
  • Tested with latest libraries, all tests passed