QueueCounts
No description
type QueueCounts { waiting: Int! active: Int! delayed: Int!}Fields#
waiting (Int!)#
waiting is the number of jobs that are in line to be processed.
active (Int!)#
active is the number of jobs that are being actively processed.
delayed (Int!)#
delayed is the number of jobs that have been delayed due to a failure and are waiting for a backoff.