Skip to main content

LockedHeadRequest

A request from the request queue head that has been locked for processing.

Index

Properties

id

id: str

A unique identifier assigned to the request.

lock_expires_at

lock_expires_at: AwareDatetime

The timestamp when the lock on this request expires.

method

method: str | None

The HTTP method of the request.

model_config

model_config: Undefined

retry_count

retry_count: int | None

The number of times this request has been retried.

unique_key

unique_key: str

A unique key used for request de-duplication. Requests with the same unique key are considered identical.

url

url: AnyUrl

The URL of the request.