"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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ