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
BRE-342 Implement retry mechanism with error handling to get secrets from KV (#329)
* BRE-342 DEBUG: Print error message for debuging purposes
* BRE-342 REFACTOR: Error message while downloading secret
* BRE-342 ADD: retry mechanism with error handling for null/undefined responses in getSecretValue to prevent failures and retry up to 3 times with a delay
* BRE-342 REFACTOR: Increase RETRY_DELAY
* BRE-342 REFACTOR: Added retry logic to getSecretValue to handle both response and apiResult errors
* BRE-342 REFACTOR: retry logic in getSecretValue by extracting repetitive code into a helper function for cleaner retries
0 commit comments