Verk.Stats (Verk v1.7.2) View Source

Basic stats for Verk.

Link to this section Summary

Functions

Total amount of processed and failed jobs for a single queue.

Total amount of processed and failed jobs.

Link to this section Functions

Link to this function

queue_total(queue, redis \\ Verk.Redis)

View Source

Specs

queue_total(String.t(), GenServer.server()) :: Map.t()

Total amount of processed and failed jobs for a single queue.

Link to this function

total(redis \\ Verk.Redis)

View Source

Specs

total(GenServer.server()) :: Map.t()

Total amount of processed and failed jobs.