Skip to content

v1.4.0

Choose a tag to compare

@dshearer dshearer released this 13 Apr 19:25
· 26 commits to maint-1.4 since this release
cb6d6b6

Jobber 1.4 is a large release. Jobber now supports "result sinks" --- configuration options that let you direct job results to files, programs, or network sockets. Also, Jobber can now be controlled via a network socket using JSON-RPC. This makes it easy to run Jobber in a Docker container and control it from outside the container.

Enhancements:

  • (#25) pref/jobOutput: Write job output to disk.
  • (#182) Direct passthru of stdout/stderr from tasks to parent (for Docker)
  • (#183) jobberrunner: Support receiving commands from network socket in JSON
  • (#184) cmd/set_job: Make
  • (#185) cmd/delete_job: Make
  • (#186) Use concept of "result sinks" for result notifications and writing output to disk
  • (#187) Make result sink that pushes results over socket connection
  • (#216) Reduce verbosity of jobberrunner task output

Bugfixes: none