LoginSignup
1
1

More than 5 years have passed since last update.

Azure Cognitive Face API エラー「Rate limit is exceeded. Try again later.」

Last updated at Posted at 2018-07-13

そのままの意味ですが、次のエラーが出ることがあります。

status_code: 429
code: RateLimitExceeded
message: Rate limit is exceeded. Try again later.

現時点でFace APIの無料Tierだと、20回 / 分を超えるとこのエラーになります。
3秒に1回ですね。きっつー。

その場合はsleep()で処理待ちするか、有料版を検討しましょう。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1