我在15:43(UTC + 03)从我的应用引擎实例中获得异常DeadlineExceededError。
DeadlineExceededError: The overall deadline for responding to the HTTP request was exceeded.
在请求的方法逻辑中
def post(self):
data = json.loads(request.data)
user = User(**data['user'])
db.session.add(user)
db.session.commit()
return '', 201, {'Location': url_for(request.endpoint)}
Google Cloud SQL发生了事故,但它比我收到此异常的时间更早关闭。 https://status.cloud.google.com/incident/cloud-sql/17010