Skip to content

Releases: pdffiller/qless-php

v3.9.1

08 Aug 06:39
a7779e9
Compare
Choose a tag to compare

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

07 Aug 11:28
8b3166b
Compare
Choose a tag to compare

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

19 Jul 09:11
0673367
Compare
Choose a tag to compare

Fixed

  • Fixed removing completed jobs history

All notable changes to this version has been documented in the CHANGELOG.md file.

v3.8.2

05 Jul 08:11
c7371b7
Compare
Choose a tag to compare

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

07 May 13:17
3dc89d4
Compare
Choose a tag to compare

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

24 Apr 13:18
bcf2ad3
Compare
Choose a tag to compare

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

19 Apr 08:17
1539276
Compare
Choose a tag to compare

Added

  • Added state getter to a job

All notable changes to this version has been documented in the CHANGELOG.md file.

v3.6.1

09 Apr 06:33
e59cdbd
Compare
Choose a tag to compare

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

02 Apr 11:50
38ce867
Compare
Choose a tag to compare

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

08 Feb 09:07
c3fd059
Compare
Choose a tag to compare

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.