RequestDb
Hierarchy
- Base
- RequestDb
Index
Properties
__table_args__
__tablename__
client_key
Identifier of the client that has currently locked this request for processing.
data
JSON-serialized Request object.
is_handled
Processing status flag.
queue
request_id
Unique identifier for the request representing the unique_key.
request_queue_id
Foreign key to metadata request queue record.
sequence_number
Ordering sequence: negative for forefront, positive for regular.
storage_id
Alias for request_queue_id to match SqlClientMixin expectations.
time_blocked_until
Timestamp until which this request is considered blocked for processing by other clients.
Requests table for request queues.