Changes for version 0.42 - 2021-05-19

  • new size_map() method to get a batch of queue sizes in a pipeline
  • new processing_map() worker method to get a batch of workers info in a pipeline
  • new refresh_id() to allow dinamically queues to be shown on the iface
  • new stats::set() required for refresh_id()

Documentation

Tool to deal with working or stalled workers
CLI to examine and delete queues
Executable to run your resque workers

Modules

Redis-backed library for creating background jobs, placing them on multiple queues, and processing them later.
Moose role for encoding Resque structures
Role to be consumed by any failure class.
Redis backend for worker failures
Class for managing Resque failures
Resque job container
Role to load Resque plugin's and and apply roles.
Syntactic sugar for Resque plugin's
The stat subsystem. Used to keep track of integer counts.
Does the hard work of babysitting Resque::Job's
Resque adaptor to create moose based jobs