Releases: josegonzalez/php-queuesadilla
Releases · josegonzalez/php-queuesadilla
0.0.12
- Compatibility with JsonSerializable::jsonSerialize(): mixed
0.0.11
- Drop PHP 7.2 support
- Add PHP 7.3 support
- Fix retry in PredisEngine
0.0.10
- #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
- Moved common logging events to listeners so they can be overwritten #67
- FIFO pop #73
0.0.8
- Gentle queue abort with pcntl_signal handler #65
- Added note about redis engines not supporting delay nor expires_in #66
0.0.7
- feat: add a Worker.job.start event #63
- Drop PHP 5.5 support #63
- Add pcntl as a requirement #64
0.0.6
- #56: Implement runtime and maxRuntime for workers
0.0.5
- #54: PdoEngine - Reject expired jobs from the queue
0.0.4
- 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
- #44: Implement attempts functionality for PDO-backend engines