Releases: jhuckaby/Cronicle
Releases · jhuckaby/Cronicle
Version 0.8.44
Version 0.8.43
- This version fixes issue #216
Version 0.8.42
- Added
get_active_jobs
API and docs. Closes #261.
Version 0.8.41
- More spawn crash protection, this time for server resource monitoring.
- If the server is completely out of memory, the
ps
exec spawn may fail. - This adds crash protection, and just logs the error (non-fatal).
Version 0.8.40
Just a small bug fix in this release:
- Better support for catching child spawn errors when the PID, STDIN or STDOUT are all undefined.
- Presumably this can happen with a server that is completely out of memory.
- Apparently Node.js doesn't throw an error for this. Go figure!
Version 0.8.39
- Includes PR #253 (thanks @attie).
- If you do not wish to merge the POST data into the
params
(for example if you are using a webhook that provides other data as JSON), then you can add&post_data=1
to the query string. If you do this, then the POST data will be available in thepost_data
key of theparams
object. - Thanks to user @attie and PR #254 for these fixes and suggestions.
Version 0.8.38
This version fixes issue #246. Thanks to user @alexpanas for the issue report!
Version 0.8.37
Now correctly throwing an error instead of crashing when starting a job and the event's category, plugin, or server group cannot be found.
Version 0.8.36
This version fixes issue #199
Version 0.8.35
- Merged #234 - Thanks @SPascareli!