Hello,
I'm setting up an API endpoint in Xano for tasks that take time (like multiple OpenAI calls). I need the endpoint to immediately respond to the front-end client, confirming that the request has been received, and then continue processing in the background.
Could anyone share advice or examples on implementing this kind of async-like setup in Xano? The key requirement is for the initial response to just confirm receipt of the request.
Thanks for any tips or insights!