LockedRequestQueueHead
Index
Properties
client_key
The client key used for locking the requests.
had_multiple_clients
Whether the request queue has been accessed by multiple different clients.
items
The array of locked requests from the request queue head.
limit
The maximum number of requests returned.
lock_secs
The number of seconds the locks will be held.
model_config
queue_has_locked_requests
Whether the request queue contains requests locked by any client (either the one calling the endpoint or a different one).
queue_modified_at
The timestamp when the request queue was last modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests.
A batch of locked requests from the request queue head.