framed-data / overseer

Overseer is a library for building and running data pipelines in Clojure.
Eclipse Public License 1.0
97 stars 10 forks source link

Expose ready-jobs and current-job worker status #81

Closed elliot42 closed 7 years ago

elliot42 commented 7 years ago

This exposes the atoms that hold the worker's state in terms of the worker's ready jobs and current-job. We'll be able to use this information for health/status monitoring, although probably more data is also required.