Facebook 机器人突然给出 GatewayTimeout 错误

Facebook bot suddenly giving GatewayTimeout error

我有一个流量很高的 facebook 机器人,突然开始报错

There was an error sending this message to your bot: HTTP status code GatewayTimeout

 Activity reply = activity.CreateReply(translation);

                                await connector.Conversations.ReplyToActivityAsync(reply);
                                var response = Request.CreateResponse(HttpStatusCode.OK);
                                return response;

这是回复码。

太平洋标准时间昨天下午 2 点到 5 点之间,Bot Facebook 服务似乎出现了降级,您可能受到了影响。

相关主题:this and this