You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Add an additional field for subscriptions that allows configuring a RetryPolicy. RetryPolicy allows configuration of how long a message can be delayed before delivery is retried. The default policy is the current behavior, in that messages are redelivered as soon as possible after a NACK or message expiration.
Add an additional field for subscriptions that allows configuring a RetryPolicy. RetryPolicy allows configuration of how long a message can be delayed before delivery is retried. The default policy is the current behavior, in that messages are redelivered as soon as possible after a NACK or message expiration.
Reference implementation in Go will be tracked under googleapis/google-cloud-go#1942