The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.06

  • CHANGES:
  • 'delete_job' removes job id record from the queue list. This helps to properly diagnose cases when job data was removed by Redis OOM handler rather than explicitly deleted by user.
  • Use single hash for storing all job data on Redis server.
  • Removed 'NS_METADATA_SUFFIX' constant. FIXES:
  • Fix runtime loading of Test::*

Modules

Job queue management implemented using Redis server.
Object interface for creating and manipulating jobs