Bubble limits server actions to 30 sec.
First question: Is it true that this limitation is for both, actions called from a page as well as actions called from a backend API workflow?
I have an application where several API calls made to third party services by the backend function means that the code takes longer than 30s to run.
Second question: I understand that using a separate backend is the only possible option to resolve this unless I can split that backend code into sub-actions?
Third question: Is Netlify a recommended option? Other options that you would recommend?