struct

JoobQ::RedisStore::QueueMetrics

Inherits JSON::Serializable / Struct / Value / Object

Queue metrics structure for batch collection

Constructors

new(queue_size : Int64, processing_size : Int64, failed_count : Int64, dead_letter_count : Int64, processed_count : Int64)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

dead_letter_count
Source
failed_count
Source
processed_count
Source
processing_size
Source
queue_size
Source