lasseschou
lasseschou
CDCloudflare Developers
Created by lasseschou on 8/6/2023 in #workers-help
Proxy video from Google Cloud Storage
I'm using the REST API for GCP Cloud Storage to fetch JSON documents without any problems, but when I'm trying a .webm or .mp4 video, I keep getting only the JSON metadata (same you get if you don't add the "?alt=media" querystring to the Cloud Storage call. The strange thing is, I can easily proxy .webm videos from other sites. It's almost if Cloudflare Workers is rewriting the HTTP headers in the sub requests. Anyone know anything about this?
3 replies
CDCloudflare Developers
Created by lasseschou on 5/15/2023 in #workers-help
Too many API requests by single worker invocation
Hi, I'm using a cron-triggered worker that makes from 10 to 20 subrequests. It has worked flawlessly for 2 years, but today I got this message "Too many API requests by single worker invocation". I'm using a paid version, unbound. Any idea how to find out what happened? It's a pretty critical cron job so I need to know what's up. Tx.
6 replies