Skip to main content

RequestQueueHead

A batch of requests from the request queue head without locking.

Index

Properties

had_multiple_clients

had_multiple_clients: bool

Whether the request queue has been accessed by multiple different clients.

items

The array of requests from the request queue head.

limit

limit: int

The maximum number of requests returned.

model_config

model_config: Undefined

queue_modified_at

queue_modified_at: AwareDatetime

The timestamp when the request queue was last modified.