RequestQueueHead
Index
Properties
had_multiple_clients
Whether the request queue has been accessed by multiple different clients.
items
The array of requests from the request queue head.
limit
The maximum number of requests returned.
model_config
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 in the request queue.
A batch of requests from the request queue head without locking.