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

Changes for version 0.24

  • don't modify the $options hash passed to ->consume
  • ReliableFIFO: Serialize JSON to binary octets instead of unicode codepoints.
  • Throw a warning when items are not properly removed from the 'busy' queue when using the Chunk => 1 option (which is the default one).
  • Lua: Make some error messages a bit more accurate

Modules

Mix-and-match Queue Implementations and Backends
FIFO queue keeping track of claimed items
An item in a 'ClaimFIFO' queue
In-memory Perl implementation of the ClaimFIFO queue
Very primitive FIFO queue
In-memory Perl implementation of the NaiveFIFO queue
In-memory Redis implementation of the NaiveFIFO queue
FIFO queue keeping track of claimed items
Command line interface to queues in Redis
An item object of an queue item
Load lua scripts into Redis
In-memory Redis implementation of the ReliableFIFO queue

Provides

in lib/Queue/Q/ClaimFIFO/Redis.pm
in lib/Queue/Q/DistFIFO.pm