有跑道Webhook验证日志吗?

Is there any Podio Webhook Verification logs?

从今天早上开始,许多 Webhook 未验证,我们无法对其进行验证。这些 webhook 工作了 2 个多月。我们的服务器不会记录来自跑道的任何 POST(当我们尝试验证时),但它会及时记录来自其他来源的任何其他 POST 作为成功的 2xx 状态代码。 URL 是 而不是 https.

我们如何找出 Webhook 未成功验证的原因?有日志吗?

抱歉,跑道不存储挂钩日志:(

如果您的服务太慢或速度太慢,挂钩可能无法验证。 Podio 期望挂钩处理程序是异步的,并简单地确认收到挂钩通知。这是引自 https://developers.podio.com/doc/hooks

The hook must respond with a 2xx status code. If the status code is different from 2xx more than 50 consecutive times the hook will return to being unverified and will have to be verified again to be active. Additionally, your hook may return to unverified if you do not send responses in a timely manner. You should handle any heavy processing asynchronously.

您的服务是否有可能最近出现故障或变慢,可能与周二 (https://aws.amazon.com/message/41926/) 的 Amazon S3 服务中断有关?