LockedHeadRequest
Index
Properties
id
A unique identifier assigned to the request.
lock_expires_at
The timestamp when the lock on this request expires.
method
The HTTP method of the request.
model_config
retry_count
The number of times this request has been retried.
unique_key
A unique key used for request de-duplication. Requests with the same unique key are considered identical.
url
The URL of the request.
A request from the request queue head that has been locked for processing.