Skip to content

Releases: nicolas-van/multirun

1.1.3

18 Apr 15:21
Compare
Choose a tag to compare

1.1.2

18 Apr 13:43
Compare
Choose a tag to compare
  • Modified type of warning generated when multirun can't register as subreaper.

1.1.1

18 Apr 13:22
Compare
Choose a tag to compare
  • Added proper behavior to inherit subchildren by registering as subreaper to avoid exiting multirun when some subchildren are still alive. This feature is dependant of Linux 3.4's PR_SET_CHILD_SUBREAPER and won't work on older linux nor MacOSX. Warning will be displayed when that's the case.

1.1.0

17 Apr 07:48
Compare
Choose a tag to compare
  • Changed implementation to create all children in separate process groups and send signals to the complete process group. This allows to terminate not only direct children but also sub-children. It makes it easier to handle the case of subchildren as their parent doesn't have to handle their termination. This is the same behavior than the one used by sh or bash, notably to send SIGINT.
  • Added checks to ensure all zombie children or sub-children are properly reaped.

1.0.1

02 Dec 14:28
1bd3062
Compare
Choose a tag to compare
Merge pull request #13 from nicolas-van/github-actions

Replaced Drone CI configuration by Github Actions. Added multiple dif…

1.0.0

20 Jan 08:34
Compare
Choose a tag to compare
1.0.0

0.3.2

23 Apr 13:44
Compare
Choose a tag to compare
Version 0.3.2

0.3.1

04 Apr 12:55
Compare
Choose a tag to compare
Improved package.sh

0.3.0

15 Dec 15:26
Compare
Choose a tag to compare
Improved code a little to better handle process status supervision

0.2.0

15 Dec 11:10
Compare
Choose a tag to compare
Improved verbose mode and corrected a potential bug