Skip to content

Releases: josegonzalez/php-queuesadilla

0.0.12

01 Jun 14:21
Compare
Choose a tag to compare
  • Compatibility with JsonSerializable::jsonSerialize(): mixed

0.0.11

21 Nov 08:16
Compare
Choose a tag to compare
  • Drop PHP 7.2 support
  • Add PHP 7.3 support
  • Fix retry in PredisEngine

0.0.10

29 Jun 08:10
Compare
Choose a tag to compare
  • #60: Add support for specifying a custom wait interval between job polls
  • Update php-coveralls
  • Pin Pheanstalk to supported version
  • Minor code quality issues

0.0.9

26 Jan 17:32
Compare
Choose a tag to compare
  • Moved common logging events to listeners so they can be overwritten #67
  • FIFO pop #73

0.0.8

20 Jul 21:06
Compare
Choose a tag to compare
  • Gentle queue abort with pcntl_signal handler #65
  • Added note about redis engines not supporting delay nor expires_in #66

0.0.7

26 Jun 16:48
Compare
Choose a tag to compare
  • feat: add a Worker.job.start event #63
  • Drop PHP 5.5 support #63
  • Add pcntl as a requirement #64

0.0.6

05 Jan 20:07
Compare
Choose a tag to compare
  • #56: Implement runtime and maxRuntime for workers

0.0.5

01 Dec 21:36
Compare
Choose a tag to compare
  • #54: PdoEngine - Reject expired jobs from the queue

0.0.4

17 Sep 21:33
Compare
Choose a tag to compare
  • a969693: Fix attempts handling for PDOEngine-based Engines
  • 8ed2038: Remove Mongodb and Memcached as planned engines
  • 00404f0: Add PredisEngine
  • 2d7b919: Upgrade to league/event:~2.0

0.0.3

30 Jun 16:04
Compare
Choose a tag to compare
  • #44: Implement attempts functionality for PDO-backend engines