cjbottaro/faktory_worker_ex

Redo how configuration works... again

cjbottaro opened this issue · 1 comments

People bring up a good point in that if faktory_worker_ex is not configured for test env, then don't try to connect to anything when running in that env. See #18.

Original intent was "zero config", if you include the package in your mixfile with no configuration, it would attempt to connect to a Faktory server with sane defaults.

I'm back on the train of explicit configuration of both client and worker modules now.

v0.6.0 (unreleased) made configuration work exactly like Ecto repos.