Releases: Comcast/python-batch-runner
Releases · Comcast/python-batch-runner
v5.3.0
05 Aug 22:04
Compare
Sorry, something went wrong.
No results found
v4.4.1
27 Jan 03:11
Compare
Sorry, something went wrong.
No results found
Added signal consume prior to job start for safety.
v4.4.0
27 Jan 02:53
Compare
Sorry, something went wrong.
No results found
Added timeout property to Node to allow setting a maximum runtime for a given Worker.
v4.3.0
27 Jan 02:32
Compare
Sorry, something went wrong.
No results found
Added new signaling system and basic capability for aborting running jobs.
v4.2.5
18 Dec 15:34
Compare
Sorry, something went wrong.
No results found
Added logfile close after protected_run finish
v4.2.4
18 Dec 07:05
Compare
Sorry, something went wrong.
No results found
Added stdout/stderr redirect for all workers
v4.2.3
18 Dec 06:44
Compare
Sorry, something went wrong.
No results found
Added restart keyword arg to PyRunner constructor
v4.2.0
03 Dec 16:53
Compare
Sorry, something went wrong.
No results found
Rename of app lifecycle hooks
v4.1.2
29 Nov 21:39
Compare
Sorry, something went wrong.
No results found
Added on_start app lifecycle hook @app.on_start. Fixed template for driver program generator on --setup
v4.1.0
29 Nov 20:47
Compare
Sorry, something went wrong.
No results found
Added app lifecycle hooks accessible via decorators (below assuming PyRunner object is app):
@app.on_restart
@app.on_success
@app.on_fail
@app.on_exit