Hi all,
My app would need to call an external API 120 times per minute (that is their limit rate).
What would be the best way to achieve this? The issue I have is that each API call can take 30 seconds to return a response.
I made a recursive API workflow in Bubble but currently it calls the API one at a time, rather than 100 calls at the SAME time and processing them when the response is received.
In a previous business I ran, we achieved this using a queuing system and multiple “workers” but how would I achieve this in the Bubble/no-code ecosystem?
I have heard of Xano today and also thinking of serverless functions… any tips appreciated!
Thanks