Verk.QueueStats

This process will update an :ets table with the following information per queue

  • Current amount of running jobs
  • Amount of finished jobs
  • Amount of failed jobs

The saved tuples are of this form: { queue_name, running_jobs_counter, finished_jobs_counter, failed_jobs_counter }

Summary

all()

Lists the queues and their stats

Functions

all()

Lists the queues and their stats