naive.queue (operator default user) or naive.forUser(id).queue. Unacknowledged messages reappear after the visibility timeout (at-least-once with retries). The natural pairing for a compute worker that long-polls the queue. See the Queue guide.Durable work queues (Amazon SQS) for agent pipelines — standard & FIFO, with dead-letter queues.
naive.queue (operator default user) or naive.forUser(id).queue. Unacknowledged messages reappear after the visibility timeout (at-least-once with retries). The natural pairing for a compute worker that long-polls the queue. See the Queue guide.