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

Feature: Disable worker invalid concurrency #45

Closed IanLuites closed 7 years ago

IanLuites commented 7 years ago

Disable workers that have a less than 1 concurrency set. (Also disabled workers without concurrency set, if the default (@default_concurrency) is less than 1.)