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 9, 2026. It is now read-only.
Similar to the java-pubsub PR, the current default retry and timeout settings for publisher methods should be adjusted.
The methods are wrapped in the base publisher transport. It's a generated part of the library, and the generator uses these settings.
It appears that the settings are consistent with the values shared in internal docs, except for the "total timeout", which is the retry deadline, i.e. "how long to keep retrying in seconds".