Skip to content

Comment out unsupported wrangler limits blocks that broke cert deploy - #39

Merged
AlexKempen merged 1 commit into
certfrom
claude/pr-37-merge-error-2uqsjx
Aug 10, 2026
Merged

Comment out unsupported wrangler limits blocks that broke cert deploy#39
AlexKempen merged 1 commit into
certfrom
claude/pr-37-merge-error-2uqsjx

Conversation

@AlexKempen

Copy link
Copy Markdown
Collaborator

PR #37 added limits: { subrequests: 500000 } to the cert and production
environments. Wrangler limits are only supported on the Standard Usage Model;
on this Free-plan account the deploy is rejected at the versions endpoint with
Cloudflare error 100328 ("CPU limits are not supported for the Free plan"), so
the post-merge cert deploy failed even though CI (type-check/lint/test) passed.

Comment out both limits blocks to restore deploys, keeping them documented so
they can be re-enabled after moving to a paid plan.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01BSxhQes1omyhxKXe9uHY4K

PR #37 added `limits: { subrequests: 500000 }` to the cert and production
environments. Wrangler limits are only supported on the Standard Usage Model;
on this Free-plan account the deploy is rejected at the versions endpoint with
Cloudflare error 100328 ("CPU limits are not supported for the Free plan"), so
the post-merge cert deploy failed even though CI (type-check/lint/test) passed.

Comment out both limits blocks to restore deploys, keeping them documented so
they can be re-enabled after moving to a paid plan.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BSxhQes1omyhxKXe9uHY4K
@AlexKempen
AlexKempen merged commit c04b8ed into cert Aug 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants