Monitoring execution limits of Forge functions

Hi,

can I see when a Forge function was terminated due to execution limits in the monitoring?
Also I would like to see absolute execution times in the monitoring. The >4000ms category doesn’t help much.
And also, can I see event consumers and queues more detailed?

2 Likes

Hi @lkimmel ,

Have you tried clicking ‘More details’ at the bottom of the invocation time chart ? Was it still not helpful ?

Were you able to see a timeout error in the metrics ? We currently do not show logs for timeouts. Would it be helpful in your case ?

can I see event consumers and queues more detailed?

Can you please provide more details on this? Any additional information or images would be helpful.

3 Likes

Thank you,

the details screen helps a little more but >4000 ms is still vague but success rate 100%.

Regarding queues, I’d like to see which resolved function was called, like the defined Forge functions. But sadly I only can see the resolver function, which is always the same instead of the consumer function.
Also we use a custom queue to process larger data sets that would not run within a single function call. It would be helpful to see which events were processed or failed with the same statistics like function calls.

1 Like