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 handler system param #9

Closed andrewberls closed 9 years ago

andrewberls commented 9 years ago

Previously job handlers were passed a system parameter, which was a map of :config and :conn. It doesn't really make sense for Overseer to attempt to manage either of these, so this removes the parameter and leaves the responsibility to the user.

andrewberls commented 9 years ago

:+1: from @elliot42