diff --git a/dbx/adaptive-rate-limiting.rst b/dbx/adaptive-rate-limiting.rst new file mode 100644 index 0000000..15d6d4c --- /dev/null +++ b/dbx/adaptive-rate-limiting.rst @@ -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 + |driver-name| version |ivm-compatible-version|. + + For more information, see the :atlas:`Reliability, Availability, and Workload + Management ` page or :atlas:`Overload + Errors ` page in + the Atlas documentation. \ No newline at end of file