Cloudflare 中文文档
Cloudflare for Platforms
Cloudflare for Platforms
编辑这个页面
跳转官方原文档
Set theme to dark (⇧+D)

Custom limits

Custom limits allow you to programmatically enforce limits on your customers’ Workers’ resource usage. You can set limits for the maximum CPU time and number of subrequests per invocation. If a user Worker hits either of these limits, the user Worker will immediately throw an exception.

​​ Set Custom limits

Custom limits can be set in the dynamic dispatch Worker: