Verk v0.14.0 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

Functions

Lists the queues and their stats searching for a prefix if provided

Callback implementation for c:GenStage.handle_events/3

Requests to reset started counter for a queue

Functions

all(prefix \\ "")

Specs

all(binary) :: Map.t

Lists the queues and their stats searching for a prefix if provided

handle_events(events, from, state)

Callback implementation for c:GenStage.handle_events/3.

reset_started(queue)

Specs

reset_started(binary) :: :ok

Requests to reset started counter for a queue