* A worker can now manage many queues with jobs from many models * No need to pass `job_model` as it's saved in queues with the jobs pks * More methods to enhance jobs (`on_*`) * Add a `max_duration` argument to the worker * Correct dry-run mode
0.0.7
--------------------------------
* Config for nosetests * Full test coverage * Correct a bug with delayed jobs if many workers
0.0.6
--------------------------------
* Jobs can be delayed (when created and/or requeued in case or error)