Verk.Manager.status
You're seeing just the function
status
, go back to Verk.Manager module for more information.
Specs
status() :: [{atom(), pos_integer(), atom()}]
It returns the status of each queue currently.
[{:default, 25, :paused}, {:low_priority, 10, :running}]
Specs
status(atom()) :: :running | :paused
It returns the status of each queue currently.
[{:default, 25, :paused}, {:low_priority, 10, :running}]