Edge Computing with Cloudflare Workers
Cloudflare Snippets is now available in alpha

Cloudflare Snippets is now available in alpha

6/21/2023 · Matt Bullock

What this post added

Introduced Cloudflare Snippets, a new feature built on the Workers Platform, allowing users to run small pieces of custom JavaScript within the Ruleset Engine. Snippets have specific resource limits (5ms execution time, 2MB memory, 32KB package size) and run before Workers. They are available across all plan levels with varying limits per zone. The post details the architecture of Snippets, including their integration with the Ruleset Engine, the Snippet ID and Rule ID association, and the sequential execution flow through the Snippets Internal Worker Service.

Read the original post ↗