| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Arbiter.Core.Queues
Description
Types and DDL for the arbiter_queues table. One row per queue, scoped to
the schema. Holds operator-facing per-queue state (pause flag, metadata).
Synopsis
- data QueueRow = QueueRow {}
- arbiterQueuesTable :: SchemaName -> Text
- arbiterQueuesTableName :: Text
- createQueuesTableSQL :: SchemaName -> Text
Documentation
A row of the arbiter_queues pause/resume table.
Constructors
| QueueRow | |
Instances
Source #arbiterQueuesTable :: SchemaName -> Text
Qualified table name for the arbiter_queues table.
Source #arbiterQueuesTableName :: Text
Bare name of the queues table, for catalog lookups by relname.
Source #createQueuesTableSQL :: SchemaName -> Text
DDL for the arbiter_queues table.