Hi community,
I'm building and integration of two apps with Xano. 1st system calls Xano API. Then I have a logic inside Xano with some database manupulation
And then it calls API of a 2nd system. 2nd system is OpenAI API which has some tough rate limits.
My 1st system might have some use cases where it may do 1000 - 10 000 calls in one minute (And I have no control over it). I need somehow to create a queue or delay execution of events over rate limit.
Is it possible to make in Xano?