For Workes & Pages, what is the name of the domain?
What is the error number?
What is the error message?
What is the issue or error you’re encountering
I need to increase the max size of my cloudflare worker script
What steps have you taken to resolve the issue?
What are the steps to reproduce the issue?
The workers have a limit of 10mb, but the docs suggest I can request that the size increase.
To avoid unnecessary fan-out service bindings to defer workload, I’d like to increase my worker size.
Is this possible? How do I make it happen?