Skip to main content

CachedRequest

Pydantic model for cached request information.

Only internal structure.

Index

Properties

hydrated

hydrated: Request | None

The hydrated request object (the original one).

id

id: str

The ID of the request.

lock_expires_at

lock_expires_at: datetime | None

The expiration time of the lock on the request.

was_already_handled

was_already_handled: bool

Whether the request was already handled.