Hi,
We have noted that our triggered Azure functions are keep exceeding the execution time limit.
Note that some of these functions are simple and just calling one playfab API.
What is the suggested solution for this?
Thanks,
Tarek
Title ID: C0DAE
I have done further investigation with my team regarding this issue:
What about using the queue trigger type instead of HTTP type? would that solve it?
Answer by SethDu · Apr 21 at 02:44 AM
I have checked your title but as far as I can see that there aren't many errors in your title related to Cloud Script execution.
>> What about using the queue trigger type instead of HTTP type? would that solve it?
Yes, it will. Queued functions have a longer runtime limit.
Then we will just convert the critical functions into queue triggers. Thanks SethDu
Execute cloud script -function parameter 1 Answer
How do data value update limits work? 1 Answer
What is the execution time limit for a Cloud Script function called From a Task? 1 Answer
Store Transform Data 0 Answers
Best Practice for dealing with anomalous Automation cloud script timeout error 2 Answers