-
Notifications
You must be signed in to change notification settings - Fork 51
[Drivers] Note about Adaptive Rate Limiting #155
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| .. note:: Adaptive Rate Limiting | ||
|
|
||
| If errors with ``SystemOverloadedError`` or ``RetryableError`` | ||
| labels are causing application failures, or appearing in your application | ||
| logs, you can consider changes to your retry settings. One option is to | ||
| enable adaptive rate limiting. Adaptive rate limiting helps | ||
| manage server load by dynamically adjusting request rates based on current | ||
| conditions, while also managing client-side retry requests to mitigate | ||
| errors. This feature is available on MongoDB 8.3 and supported by the | ||
|
Comment on lines
+3
to
+9
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The cause and effect are a little backward here. Adaptive rate limiting is one of the few features that can cause There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I think the old phrasing of this text was closer to what we want here, with the modifications I suggested before. |
||
| |driver-name| version |ivm-compatible-version|. | ||
|
|
||
| For more information, see the :atlas:`Reliability, Availability, and Workload | ||
| Management </intelligent-workload-management/>` page or :atlas:`Overload | ||
| Errors </overload-errors/?interface=driver&language=|language|>` page in | ||
| the Atlas documentation. | ||
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.
I think we still want to include the guidance to upgrade drivers that was here before.