Verk is a job processing system backed by Redis. It uses the same job definition of Sidekiq/Resque. The goal is to be able to isolate the execution of a queue of jobs as much as possible. Every queue has its own supervision tree: A pool of workers; A QueueManager that interacts with Redis to get jobs and enqueue them back to be retried if necessary; A WorkersManager that will interact with the Que