Skip to content

Releases: BluePsyduck/symfony-process-manager

1.3.3

03 Dec 21:31
2988e74
Compare
Choose a tag to compare

Added

  • Support for symfony/process 6.x to be used with the process manager.

1.3.2

03 Dec 17:37
Compare
Choose a tag to compare

Added

  • Support for PHP 8.0

1.3.1

12 Jan 09:44
Compare
Choose a tag to compare

Added

  • Support for symfony/process 5.x to be used with the process manager.

1.3.0

07 Jan 16:38
6919110
Compare
Choose a tag to compare

Added

  • New callback processCheckCallback.

1.2.0

03 Dec 19:59
c70f35c
Compare
Choose a tag to compare

Added

  • New callback processTimeoutCallback.

Fixed

  • Process manager failed to continue executing processes when one of them timed out.

1.1.0

07 Oct 19:11
44d5438
Compare
Choose a tag to compare

Added

  • Option to delay the start of processes to space them out.
  • Added setter methods for the options.
  • ProcessManagerInterface.

Fixed

  • Failing to always retrieve PID on immediately completing processes.

1.0.0

10 Sep 15:00
Compare
Choose a tag to compare
  • Initial version of the process manager.