RequestQueueHead
Index
Properties
had_multiple_clients
Indicates whether the queue has been accessed by multiple clients (consumers).
items
The list of request objects retrieved from the beginning of the queue.
limit
The maximum number of requests that were requested from the queue.
lock_time
The duration for which the returned requests are locked and cannot be processed by other clients.
model_config
queue_has_locked_requests
Indicates whether the queue contains any locked requests.
queue_modified_at
The timestamp when the queue was last modified.
Model for request queue head.
Represents a collection of requests retrieved from the beginning of a queue, including metadata about the queue's state and lock information for the requests.