justjumper
justjumper
Explore posts from servers
CDCloudflare Developers
Created by justjumper on 3/4/2024 in #workers-help
Worker Subrequests 429 [Regional]
Note: The following issue ONLY affects requests coming from the Chicago timezone, so it likely a localized issue. Furthermore, to be clear, this is NOT an issue with hitting the worker subrequest limit. There are well under 50 requests occurring within the worker. We're on the Standard model anyways, so our limit is 1000 requests. We are finding that our worker intermittently receives 429s for subrequests. The request to the worker itself is fine, however within the worker code, the fetch requests that it makes to interact with other services, such as analytics (Amplitude) and database (Planetscale) result in 429s. Any idea what could be causing this?
6 replies
CDCloudflare Developers
Created by justjumper on 1/5/2024 in #general-help
Production Users Getting cf-mitigated header
No description
4 replies
CDCloudflare Developers
Created by justjumper on 12/25/2023 in #workers-help
Cloudflare Worker Deployment Branch URLs
Is it possible to have individual branch URLs for cloudflare workers deployments (similar to Cloudflare Pages)? Unfortunately cannot use Cloudflare Pages for this particular project as it requires smart placement. Thank you!
3 replies
CDCloudflare Developers
Created by justjumper on 11/13/2023 in #general-help
Smart Placement Question
Does smart placement monolithically effect the entire Pages deployment or does it work on a per-route level? The reason I ask is because I have a next-on-pages deployment, with some of the routes being part of the frontend and other routes (api routes) being part of the backend. Thank you!
1 replies