Hi all, new here but wanted to check something as I can’t find it in the documentation anywhere.
I have an agent built in Xano, which has access to multiple tools and can require multiple loops. I’ve got the main process set as a background task which works great, but seems to still be hitting a timeout issue after 300s.
Surely background tasks need to be able to run for extended periods? It’s multiple API calls, so it’s not even that a single call is hitting the 300s runtime mark.
If there’s documentation or someone can help I’d be super appreciative!