Iván
Iván
CDCloudflare Developers
Created by Iván on 11/5/2024 in #workers-help
Simultaneous outgoing requests limit workarounds
Hello, I have cron trigger every minute that polls data from devices (meters, routers, cameras, and some cloud apis) across multiple locations, some take a while to respond and I'm looking for a way to go around the 6 outgoing requests limit. I saw in the docs that even If I split the workload across many workers via bindings this limit applies the same (wish there was a way to configure this even if I'm billed another worker invocation). I was thinking maybe one way was to have different workers each with a cron trigger that spawns the same worker for different types of device, but feels hacky, wondering if any of you have experience with something similar.
1 replies