Forge FaaS quotas Runtime calculating

Hi everyone,

Could someone help me figure out how the runtime is calculated?
For example, the user accesses an application function that executes a query against a data source. The data source is rather slow and the timeout can be around 10 seconds, for example. Will all 10 seconds count as the runtime?

Hi @Alex_Basatski ,

Yes, the intent is that all of the execution time will be counted towards the app’s quota regardless of whether the function times out or not. I have provided feedback to the documentation team suggesting they add a clarifying note to the page to help others with similar queries.

Note that the Forge runtime timeout is currently 25 seconds (it used to be 10 seconds).

Regards,
Dugald

2 Likes

@dmorrow Thank you for your reply.