Skip to content

Releases: blacknell/watchdog

Fix - don't start new processes if old ones didn't die

13 Feb 07:59
Compare
Choose a tag to compare

Fix: user sigterm signal for friendly shutdown

01 Feb 13:09
Compare
Choose a tag to compare
1.8

fix: change the ask nicely kill to use SIGTERM

update: minor fix and change of behaviour

05 Jan 08:56
Compare
Choose a tag to compare

fix: don't bother checking for touched files if we already know the process is dead
add: let the caller change the redirection output of the process when starting with > /dev/null 2>&1

Fix: resets everytime due to error in process checking

06 Oct 17:08
Compare
Choose a tag to compare
1.6

fix: terrible error resets watchdog every time!

Fix: fails when no processes running

23 Jul 13:02
Compare
Choose a tag to compare
1.5

fix: watchdog ignores case when no processes running

More robust handling of process checks

16 Feb 20:51
Compare
Choose a tag to compare
1.4

Update Watchdog.php

Log watchdog pid to aid debugging

15 Feb 18:15
Compare
Choose a tag to compare
1.3

Update README.md

Support monolog 2.x

30 Nov 19:16
Compare
Choose a tag to compare

add: allow monolog 2.x
fix: clearer messages when the watchdog decides process must restart

Add list of watch files

12 Nov 08:51
Compare
Choose a tag to compare

If any of the watch files change since the process started then a restart will be forced

First stable version

06 Jun 14:26
Compare
Choose a tag to compare
Update wrapper.php

use the watchdog log format, log at INFO level