Skip to content

Releases: Comcast/python-batch-runner

v5.3.0

Choose a tag to compare

@natsunlee natsunlee released this 05 Aug 22:04
Fix to log cleanup

v4.4.1

Choose a tag to compare

@natsunlee natsunlee released this 27 Jan 03:11

Added signal consume prior to job start for safety.

v4.4.0

Choose a tag to compare

@natsunlee natsunlee released this 27 Jan 02:53
6634e35

Added timeout property to Node to allow setting a maximum runtime for a given Worker.

v4.3.0

Choose a tag to compare

@natsunlee natsunlee released this 27 Jan 02:32
2e6d2e2

Added new signaling system and basic capability for aborting running jobs.

v4.2.5

Choose a tag to compare

@natsunlee natsunlee released this 18 Dec 15:34

Added logfile close after protected_run finish

v4.2.4

Choose a tag to compare

@natsunlee natsunlee released this 18 Dec 07:05

Added stdout/stderr redirect for all workers

v4.2.3

Choose a tag to compare

@natsunlee natsunlee released this 18 Dec 06:44

Added restart keyword arg to PyRunner constructor

v4.2.0

Choose a tag to compare

@natsunlee natsunlee released this 03 Dec 16:53
Rename of app lifecycle hooks

v4.1.2

Choose a tag to compare

@natsunlee natsunlee released this 29 Nov 21:39

Added on_start app lifecycle hook @app.on_start. Fixed template for driver program generator on --setup

v4.1.0

Choose a tag to compare

@natsunlee natsunlee released this 29 Nov 20:47

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