From aff668d68dbb3a0a0060e7e920441ee4f4c0b299 Mon Sep 17 00:00:00 2001 From: lindseymoore <71525840+lindseymoore@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:28:12 -0500 Subject: [PATCH] DOCSP-34584 Reasoning for request traffic limitations (#638) * DOCSP-34584 Reasoning for request traffic limitations * genre and small edit * review comment edits --- source/reference/service-limitations.txt | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/source/reference/service-limitations.txt b/source/reference/service-limitations.txt index 67ebf0b07..feab3836b 100644 --- a/source/reference/service-limitations.txt +++ b/source/reference/service-limitations.txt @@ -4,6 +4,10 @@ Service Limitations =================== +.. facet:: + :name: genre + :values: reference + .. default-domain:: mongodb .. contents:: On this page @@ -236,16 +240,18 @@ your query. Request Traffic --------------- -App Services limits traffic as follows: +App Services limits request traffic to the following defaults: -- {+max-concurrent-requests+} concurrent requests. +- {+max-concurrent-requests+} concurrent requests. Any requests made beyond + the non-Sync concurrent request limit receive an HTTP response status + code of `429 - Too Many Requests `_. - {+max-concurrent-sync-connections+} concurrent Device Sync connections. -Any requests made beyond the non-Sync concurrent request limit receive an HTTP -response status code of `429 - Too Many Requests -`_. You can -request a higher limit by `filing a support ticket -`__. +App Services can handle requests many times the above limits. However, these limits are +put in place to ensure applications scale responsibly and to prevent DOS attacks +and unintended billing charges. + +You can request a higher limit by `filing a support ticket `__. .. _connection_pooling: