【发布时间】:2019-08-19 07:12:06
【问题描述】:
我正在尝试构建一个在触发 Power BI 警报时向我发送电子邮件的流。我已经建立了流程,现在正在尝试测试选项。
这给了我一个状态码错误 429
其他细节:
标题
Retry-After: 600
Strict-Transport-Security: max-age=31536000;includeSubDomains
X-Frame-Options: deny
X-Content-Type-Options: nosniff
RequestId: ad5eb81f-a02d-4edd-b0c2-964cef662d01
Timing-Allow-Origin: *
x-ms-apihub-cached-response: false
Cache-Control: no-store, must-revalidate, no-cache
Date: Thu, 28 Mar 2019 12:35:42 GMT
Content-Length: 254
Content-Type: application/json
身体
{
"error": {
"code": "MicrosoftFlowCheckAlertStatusEndpointThrottled",
"pbi.error": {
"code": "MicrosoftFlowCheckAlertStatusEndpointThrottled",
"parameters": {},
"details": [],
"exceptionCulprit": 1
}
}
}
我注意到这个 429 是由太多请求引起的,但我不明白这一点,因为我只有 1 个警报,这是一个非常简单的流,连接到这个 1 个警报,然后应该发送电子邮件。
【问题讨论】: