DurablePriorityQueue priority lane (strict: high before normal before low).
models
Source src/DurableQueueStore.ts:261 lines
export type type DurablePriority =
| "high"
| "normal"
| "low"
Queue priority lane (strict: high before normal before low).
DurablePriority = "high" | "normal" | "low";
Referenced by 3 symbols