I’m running into an issue where calling Parse.Cloud.run from my Javascript code looks like it is timing out after 30 seconds.
The browser network tab shows my request being terminated and retried numerous time but always ending at almost exactly 30seconds.
Unfortunately the server cloud code may take longer than that to do its thing.
I’ve searched through the parse library but I can’t see any references to a timeout.
Can I increase this timeout?
If not, can I patch the parse code to somehow give me more than 30 seconds?
note: I’m currently on parse 2.19.0