Releases: pdffiller/qless-php
v3.9.1
Fixed
- Fixed stop worker if limit time is reached after running
All notable changes to this version has been documented in the CHANGELOG.md
file.
v3.9.0
Added
- Added limits for workers by memory, execution time and tasks count.
All notable changes to this version has been documented in the CHANGELOG.md
file.
v3.8.3
Fixed
- Fixed removing completed jobs history
All notable changes to this version has been documented in the CHANGELOG.md
file.
v3.8.2
Fixed
- Fire event BeforeFork before fork
- Added deregister worker for SIGQUIT
- Fix method name beforeFirstWork
All notable changes to this version has been documented in the CHANGELOG.md
file.
v3.8.1
Added
- Added getting workers by range.
- Added getting total count of registered workers.
All notable changes to this version has been documented in the CHANGELOG.md
file.
v3.8.0
Added
- Added getter of tracked jobs list.
- Added remove worker feature.
All notable changes to this version has been documented in the CHANGELOG.md
file.
v3.7.0
Added
- Added state getter to a job
All notable changes to this version has been documented in the CHANGELOG.md
file.
v3.6.1
Fixed
- Fixed bug with multi-subscription for a topic.
All notable changes to this version has been documented in the CHANGELOG.md
file.
v3.6.0
Added
- Added possibility to get jobs in worker (all jobs or by time filter).
- Added possibility to get jobs in status waiting.
- Added possibility to get jobs in status completed by a queue.
Changed
- Check current job status before change it in Redis
Fixed
- Fixed bug on parameters order in 'job' method.
- Removed possibility to get a job by id twice
All notable changes to this version has been documented in the CHANGELOG.md
file.
v3.5.0
Added
- Added possibility for synchronously job handle.
- Added possibility for push to empty subscribers (queues).
- Added failure getter to a job
All notable changes to this version has been documented in the CHANGELOG.md
file.