ks888 / LambStatus

[Maintenance mode] Serverless Status Page System
https://lambstatus.github.io
Apache License 2.0
1.3k stars 119 forks source link

Endpoint request timed out - 504 on /prod/external-metrics?type=CloudWatch #36

Closed ajohnstone closed 7 years ago

ajohnstone commented 7 years ago

Get "{"message": "Endpoint request timed out"}" every time. 504 on /prod/external-metrics?type=CloudWatch

p3ooyd2

ks888 commented 7 years ago

Thank you for creating the PR. I've merged it. Increasing the MemorySize and Timeout is the good workaround, but we may need to increase them again if someone has the larger number of metrics.

So far the GET external-metrics API returns all the metrics. That's the problem. I will let the API support the pagination. (Edit: created #38 for this)