Skip to content

RetryOptions

Defined in: packages/pubsub/src/types.ts:112

Options for explicitly retrying a delivery from a handler.

optional delay?: Duration

Defined in: packages/pubsub/src/types.ts:121

Durable retry delay.

Production transports must persist the retry before accepting the disposition and must not redeliver earlier than this duration from now.

google.protobuf.Duration