Hi Appfarm,
For Jerouville solution (as well as for Cocottes), we experience the following error in our services action “Timeout - function took too long to execute”.
Sometimes it will work without any problem and sometimes this error will be triggered, what can we do?
Thanks
Hi,
a few questions: can you give us some hints on what these Services are doing:
what action nodes are you using?
how are you manipulating the data?
etc.
has this been an ongoing issue or started happening recently?
Maybe this post might be useful:
It’s possible that the timeout limit will be reevaluated at some point, but we don’t see it as a sustainable solution to the problem: independently of the limit, there will always be a case of someone exceeding it, so we’d end up in an infinity loop
Skip Function Properties should resolve the issue for most cases, but there are a couple more things worth looking into:
Use runtime data sources whenever possible
When iterating, avoid bigger functions inside of the loop
Note that for oper…
1 Like
Hi,
Ok thanks, created in runtime instead of directly in DB, eventhough in service and it solved the issues.
Did not know that and will have an eye on it next time.