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

NAME

jobmon-redis.pl - monitor job queue activity

DESCRIPTION

Provides basic statsd metrics for job queues.

The following information is recorded under the job_queue.prefix.processing|pending keys:

  • age - how long the job has been in the queue

  • delay - time between job being queued and worker picking it up

  • work - elapsed time within worker processing the job

  • total - time between initial queuing and completion

  • count - number of jobs in this queue (processing/pending)