Santho
CDCloudflare Developers
•Created by Santho on 3/18/2025 in #pages-help
Cloudflare Pages repository limit
We use a monorepo to deploy our blogs to multiple CF Pages projects. But CF Pages have a limit up to 10 projects connected to the same repository. We need to create more projects, we already sent the form requesting for limit increase, but not a response in 2 months. Anyone have a contact or know other way that we could request this limit increase?
7 replies
CDCloudflare Developers
•Created by Santho on 2/20/2025 in #workers-help
Cant Preview Worker using queue in Pages functions
I have a CF Pages project that use a endpoint with Functions to bind form submits to a Queue. This Queue is consumed by a Worker that saves the messages in a D1 DB. And every 2 minutes the same worker get the messages in this D1 DB and send to a external API.
Everything is working just fine. But i cant figure out how to have a Worker preview, or even run the worker locally using this flow, to test before merging to main.
3 replies