Guys, using Server Method Invocation is a great approach when we need to use node libraries or do some processing, but it’s timeout is too low, just 5 seconds!
I’ve faced many times the situation when I’ve needed to broke my code in several calls to Server Method Invocation due to the small timeout, adding too much complexity to a process that shouldn’t have!
I guess it would be nice to allow the configuration of timeout value or have a bigger value!
@samuelpares Based on your experience solving different use cases, what should be the ideal timeout which would be helpful? Any followers on this thread can also add their inputs.
Do we have any feedback about this subject?
Will the timeout be increased or there’s no plans for it?
And is it possible to increase to a specific custom app for some customer?
@samuelpares, at this time, it appears like it’s not possible to increase the timeout for a specific customer at this time. We are working on a permanent solution to increase the timeout limits.
@samuelpares With Platform 2.2, you can declare a timeout property in seconds for each function in manifest.json. Valid values for timeout are 5 , 10 , 15 , and 20.