Skip to main content

RequestQueueStateDb

State table for request queues.

Hierarchy

  • Base
    • RequestQueueStateDb

Index

Properties

__tablename__

__tablename__: Undefined

forefront_sequence_counter

forefront_sequence_counter: Mapped[int]

Counter for forefront request ordering (negative).

queue

queue: Mapped[RequestQueueMetadataDb]

request_queue_id

request_queue_id: Mapped[str]

Foreign key to metadata request queue record.

sequence_counter

sequence_counter: Mapped[int]

Counter for regular request ordering (positive).