Elixir.ExDoc.Formatter.HTML

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

It will persist to redis from time to time

Summary

all()

Lists the queues and their stats

reset_started(queue)

Requests to reset started counter for a queue

Functions

all()

Specs:

Lists the queues and their stats

reset_started(queue)

Specs:

  • reset_started(binary) :: :ok

Requests to reset started counter for a queue