"Application is busy, please try again in a few minutes"

1

when requesting ForgotPassword, using the Cognito's API I am getting this. No explanation, nothing.

The same question was deleted from... everywhere! Any idea?

Nallib
已提問 2 年前檢視次數 902 次
1 個回答
0

Hello,

I understand that you are receiving the error "Application is busy, please try again in a few minutes." This error usually occurs whenever any API limit is reached. Explanations of quota requirements for Cognito, such as for categories like UserAuthentication and UserAccountRecovery are listed in the following link.

https://docs.aws.amazon.com/cognito/latest/developerguide/limits.html#identify-quota-requirements

There are several methods for optimizing quotas when dealing with a peak call rate:

  1. Retry the attempt after a back-off waiting period
  2. Use an external database for frequently updated attributes
  3. Validate JWT tokens on the client side
  4. Throttle traffic to your web application with a waiting room

Please visit the link below for more on optimizing quotas.

https://docs.aws.amazon.com/cognito/latest/developerguide/limits.html#optimize-quotas

Please note that there is a maximum number of user pool operations that you can perform in your account and only adjustable quotas can be increased. ForgotPassword has a default quota of 30 RPS and cannot be adjusted.

However, these are recommended solutions for if an API limit is reached. One way to verify whether or not this is the case is through a HAR file. This file would have the necessary information to properly troubleshoot your issue. Although, it is not recommended to share this information over a public platform like re:post due to privacy and security concerns. Instead, please feel free to reach out to AWS Support for further assistance.

https://console.aws.amazon.com/support/home#/case/create?issueType=technical

已回答 2 年前
AWS
支援工程師
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南