制限
Cloudflareは、Platforms顧客向けに無制限のスクリプトをWorkersに提供します。
cf オブジェクトには、リクエストのCloudflare特有のプロパティが含まれています。このフィールドは、ユーザーWorkersではアクセスできません。なぜなら、このオブジェクトのいくつかのフィールドは機密性が高く、Cloudflareの機能を操作するために使用される可能性があるからです(例:cacheKey、resolveOverride、scrapeShield)。
分離のために、caches.default()は名前空間付きスクリプトでは無効になっています。キャッシュの詳細については、キャッシュの仕組みを参照してください。
スクリプトごとに最大8つのタグを設定できます。タグの名前には , や & のような特殊文字を避けてください。
段階的デプロイは、まだユーザーWorkersにはサポートされていません。ユーザーWorkersに加えられた変更は、新しいバージョンを作成し、トラフィックの100%に一度にデプロイされます。
The global rate limit for the Cloudflare API is 1200 requests per five minutes per user, and applies cumulatively regardless of whether the request is made via the dashboard, API key, or API token.
If you exceed this limit, all API calls for the next five minutes will be blocked, receiving a HTTP 429 response.
Some specific API calls have their own limits and are documented separately, such as the following:
Enterprise customers can also contact Cloudflare Support to raise the limit to a higher value.