fabiocaseri / dashing-js

Port of Dashing to node.js
MIT License
319 stars 150 forks source link

fix: start jobs when dashing starts not during require #25

Open cromwellryan opened 9 years ago

cromwellryan commented 9 years ago

Currently, dashing-js will lookup and require all jobs upon dashing load. This comes as somewhat of a surprising to those loading dashing, making changes to configuration, then .start()ing.

This PR moves job start and express start into the Dashing.start method.