Twilio 函数指标

Twilio function metrics

根据文档:

Functions are limited to 30 concurrent invocations - meaning that if you have more than 30 Functions being invoked at the same time, you will begin to see new Function invocations return with a 429 status code. To keep below the threshold optimize Functions to return as fast as possible - avoid artificial timeouts and use asynchronous calls to external systems rather than waiting on a large number of API calls to complete.

-- https://www.twilio.com/docs/runtime/functions/faq

如何获取我的 Twilio 函数的执行时间指标?为了确保我的函数保持在 30 个并发调用限制以下,我需要根据执行时间和请求数计算并发调用数。我需要知道执行时间(最好是调用次数,但我可以在别处获得)。 Twilio 是否为 Twilio 函数提供任何指标?

此处为 Twilio 开发人员布道师。

我认为目前无法在回复 headers 中或通过 API 获得信息。

如果您担心违反这些限制,我建议您向 Twilio 的客户主管提出这个问题。如果您没有客户主管,这种用法听起来好像您应该有一个关系,所以 get in touch with sales or failing that support.