shinyscorpion / task_bunny

TaskBunny is a background processing application written in Elixir and uses RabbitMQ as a messaging backend
MIT License
202 stars 30 forks source link

Decouple queue and job #21

Closed ono closed 7 years ago

ono commented 7 years ago

Decoupling queues from jobs. Now you can share queue with multiple jobs. It requires you to update your config.

See the github issue for the details.