For Workes & Pages, what is the name of the domain?
N/A
What is the issue or error you’re encountering
Simultaneous outgoing requests limit
What steps have you taken to resolve the issue?
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.