API レート制限
アトラシアンの API では Trello のサーバーに負担をかけないように、API キーごとのレート制限を発行されたすべてのトークンに課しています。API キーごとに 10 秒あたり 300 リクエストまで、トークンごとに 10 秒間隔で 100 リクエストまでに制限されます。リクエストが制限を超えると、Trello は 429 エラーを返します。
制限内に収める
アプリが短時間で行う呼び出しの数を減らすには、いくつかの方法があります。推奨される最初のオプションは、アプリ内のポーリングの頻度を減らすことです。アプリが新しい情報を POST する必要があるたびに Trello の API を呼び出すのではなく、呼び出しを 1 分程度の間隔でまとめてバッチ処理できます。
Longer-term, the best option is often to use our webhooks infrastructure instead of polling Trello’s API. There is no limit to the number of webhooks you can set up in Trello. Our webhook documentation is located here.
その他のオプション
If your use case doesn’t allow you to use limited polling or webhooks, reach out to our support team using our contact form. We may be able to provide other suggestions or pass on your use case to our developers for consideration.
この内容はお役に立ちましたか?