Does Workers with Static Assets have a limit on deployment attempts

I have viewed docs of Cloudflare Workers limit and found no limits of deployment count for both Workers Free and Paid plan. Support AI told me Workers Free have a limit of 500/mo but I haven't found a valid source. However, Pages does have a limit of deployments (100/mo for Free users, for example). So I wonder: - Does Workers actually have a deployment attempts limit? - As Static Assets being a alternative to Pages with nearly the same limits, will a Worker's deployment be limited when it bring Static Assets?
1 Reply
Walshy
Walshy6mo ago
No, Workers does not have a deployment limit. Pages also did not have a deployment limit, it had a build limit if you chose to use our CI. If you choose to use Workers Builds, that similarly has limits: https://developers.cloudflare.com/workers/ci-cd/builds/limits-and-pricing/

Did you find this page helpful?