-
Notifications
You must be signed in to change notification settings - Fork 23
PBM-1093 Documeted retry for Azure #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
nastena1606
commented
Oct 27, 2025
modified: docs/details/azure.md modified: docs/reference/configuration-options.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for Azure storage retry configuration options in Percona Backup for MongoDB. The changes enable users to configure retry behavior when uploading data to Azure storage, improving resilience in unstable network conditions.
- Added three new configuration options for Azure storage retry behavior:
numMaxRetries,minRetryDelay, andmaxRetryDelay - Documented the retry configuration in both the main configuration options reference and the Azure-specific details page
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/reference/configuration-options.md | Added documentation for three new Azure retryer configuration options with their types, defaults, and descriptions |
| docs/details/azure.md | Added a new "Upload retries" section explaining how to configure retry behavior for Azure storage uploads |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
sandraromanchenko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK, but please merge suggestions by copilot, those are needed
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>