使っているクラウドなどの小ネタ Advent Calendar 2025 5日目
何故か日本語のヘルプには記載されていないのですが、英語にするとありますね。
- Why do I get an error when trying to download more than one file from the Weekly Export?
This is expected behavior. The system allows only one file download at a time, and there is a 60-second wait required between downloads. If you try to download multiple files too quickly, you’ll see the following error:
HTTP ERROR 429 Too many requests. Please try again later.
URI: /servlet/servlet.OrgExport
STATUS: 429
MESSAGE: Too many requests. Please try again later.
SERVLET: system.organization.OrgExportServlet
This rate limit is in place to help prevent system overload and ensure fast, reliable downloads for all users.
そういえば429エラーって最近見たような気がしたので、調べてみると...
この中で回避策が以下のように提案されています。
60秒まつ設定を行っているようです。
皆さん、こんにちは。回避策としてこの CLI プラグインを使用しています
具体的には、データ バックアップ機能は待機遅延とともに機能します (遅延は 60 秒に設定しています)。
アイデアに上がっているようです