Skip to content

Releases: otsch/ppq

v0.2.0

03 Aug 18:17
0dc24ef

Choose a tag to compare

Added

  • Error handling functionality. You can now add a error_handler in your config, like this: ['error_handler' => ['class' => MyErrorHandler::class, 'active' => true]. The class needs to extend the new abstract class Otsch\Ppq\AbstractErrorHandler. In its boot() method you can register one or multiple error handlers via its own registerHandler() method. The handlers are automatically called with any uncaught exception or PHP warnings and errors (turned into ErrorExceptions) occuring during a PPQ job execution.

v0.1.2

13 Jul 10:51

Choose a tag to compare

Fixed

  • Fix identifying Sub-Processes that need to be killed, when cancelling a running Process.

v0.1.1

21 Jun 23:21

Choose a tag to compare

Fixed

  • When the new content of the ppq index file was shorter than the old content, it wrote the new content starting from the beginning of the file and the part of the old content that was longer than the new content, remained at the end of the file. Fixed it be truncating the file before writing the new content.

v0.1.0

21 Jun 21:16

Choose a tag to compare

Fix phpunit deprecation warning