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

Remove option to disable worker heartbeats #91

Closed andrewberls closed 7 years ago

andrewberls commented 7 years ago

Worker heartbeats used to be optional via the :heartbeat :enabled config option; however the system was never really set up with an appropriate alternative execution strategy if disabled. In theory we could re-institute the old behavior of considering started jobs eligible if heartbeating is disabled, but there is not a tremendous amount of value in supporting this.