The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.41 - 2021-05-14

  • Fixed mechanism to extract queue name to prevent from removing too much when queue name use simicolons

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