Skip to main content

enqueue_queue

Function enqueue_queue 

Source
pub fn enqueue_queue(e: &Envelope) -> &str
Expand description

The queue an envelope actually lands in. Every backend defaults an empty queue to default on write, so the idempotent enqueue identity id comparison must normalize the same way or a replay that omitted the queue would read as a conflict against its own row.