@cloudflare/workers-utils@0.9.0
📦 cloudflare-workersView on GitHub →
✨ 1 features🔧 1 symbols
Summary
This minor release introduces the ability to configure a `subrequests` limit in the Wrangler configuration file, allowing users to control the maximum number of fetch requests made by a Worker.
✨ New Features
- Added support for the new `subrequests` limit within the `limits` field of the Wrangler configuration file to control the maximum number of fetch requests a Worker invocation can make.