Skip to content

EVENT_QUEUE_UNAVAILABLE_RETRY_AFTER_SECONDS

const EVENT_QUEUE_UNAVAILABLE_RETRY_AFTER_SECONDS: 5 = 5

Defined in: packages/server/src/events/route.ts:112

What a 503 asks the client to wait, in seconds. The client honours Retry-After over its own jittered backoff when it asks for longer, so this is a floor on the retry of a batch the queue could not take.