RetryOptions
Defined in: packages/pubsub/src/types.ts:112
Options for explicitly retrying a delivery from a handler.
Properties
Section titled “Properties”delay?
Section titled “delay?”
optionaldelay?: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.