Skip to content

Releases: afrihost/swarm-process

Tick delay now has sensible default value

15 Feb 15:48
5bcf8aa

Choose a tag to compare

v1.3.2

Merge pull request #24 from sarelvdwalt/hotfix/set-sensible-tick-loop…

Minor bug-fix on where the sleep happens internally.

10 Dec 09:10
4ba8b0f

Choose a tag to compare

Minor bug-fix on where the sleep happens internally.

Tick Delay ability

27 Feb 11:06
f404a4b

Choose a tag to compare

v1.3.0

tick delay documentation

Completion Callback + Timeout option

26 Feb 11:22
22b77e5

Choose a tag to compare

Releases the next 3 PR's:

#12 - Callback for exitCode / Completion Callback
#14 - Checking and adhering to process timeouts (optional)
#15 - housekeeping, removal of unused /doc folder

Symfony 3 Support

17 Oct 11:15
a9b2456

Choose a tag to compare

This release adds support for installation under Symfony 3

Added logging for getting the total number of succesful processes

03 Oct 20:09
315c2be

Choose a tag to compare

Added logging for getting the total number of succesful processes
Also, travisci is now fixed to build on php 7 and hhvm

v1.1.2: Merge pull request #2 from pierredup/logger

13 Oct 05:11

Choose a tag to compare

Update logger to use LoggerAwareTrait

v1.1.1: Merge pull request #1 from mostertb/master

14 Sep 10:59

Choose a tag to compare

Include exit code in log when removing a completed process

v1.1.0

18 Jan 15:18

Choose a tag to compare

API stable, callbacks and closures, and example files to show usage

v1.0.1

31 Dec 10:36

Choose a tag to compare

Some bug fixes in the tick() system. Also a few extra options for the testing command.