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
Is your feature request related to a problem? Please describe.
I want to import RETRYABLE_ERR_FN_DEFAULT to be able to customize it Describe the solution you'd like
export RETRYABLE_ERR_FN_DEFAULT Describe alternatives you've considered
Copying the code into my repo is my current option, but this will drift from upstream over time, and hurts Google's ability to provide good service through GCS to nodejs consumers, imo. Additional context
Is your feature request related to a problem? Please describe.
I want to import RETRYABLE_ERR_FN_DEFAULT to be able to customize it
Describe the solution you'd like
export RETRYABLE_ERR_FN_DEFAULT
Describe alternatives you've considered
Copying the code into my repo is my current option, but this will drift from upstream over time, and hurts Google's ability to provide good service through GCS to nodejs consumers, imo.
Additional context