Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent Internal 500 Errors with Time Series Requests #48

Open
Tomcariello opened this issue Mar 15, 2023 · 1 comment
Open

Intermittent Internal 500 Errors with Time Series Requests #48

Tomcariello opened this issue Mar 15, 2023 · 1 comment

Comments

@Tomcariello
Copy link

These tend to be hard to reproduce, but I just triggered one around 2:55PM EST & again with the same request around 3:01PM EST.

Request: https://d1igaxm6d8pbn2.cloudfront.net/get_stats?_type=series&timestamp=2020-03-15&steps=10&layer=AIRS_L2_Carbon_Monoxide_500hPa_Volume_Mixing_Ratio_Day&colormap=AIRS_Carbon_Monoxide_Volume_Mixing_Ratio.xml&bbox=-32.42116198477402,-115.47359095833258,4.703838015225983,-22.09859095833258&bins=10&end_timestamp=2022-03-08

Response Headers:
{
"Response Headers (598 B)": {
"headers": [
{
"name": "content-length",
"value": "21"
},
{
"name": "content-type",
"value": "text/plain; charset=utf-8"
},
{
"name": "date",
"value": "Wed, 15 Mar 2023 18:55:02 GMT"
},
{
"name": "server",
"value": "ServerTokens ProductOnly"
},
{
"name": "strict-transport-security",
"value": "max-age=31536000"
},
{
"name": "via",
"value": "1.1 6fcb3966d0deb6baf3867f346443cb9a.cloudfront.net (CloudFront)"
},
{
"name": "x-amz-cf-id",
"value": "bS5PGrUj-SLuujYDnoMbr3pgwD-cxFxVKBDmFnTT7T0ldGZQ6leOxg=="
},
{
"name": "x-amz-cf-pop",
"value": "JFK51-C1"
},
{
"name": "x-cache",
"value": "Error from cloudfront"
},
{
"name": "x-content-type-options",
"value": "nosniff"
},
{
"name": "X-Firefox-Spdy",
"value": "h2"
},
{
"name": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"name": "x-request-id",
"value": "bS5PGrUj-SLuujYDnoMbr3pgwD-cxFxVKBDmFnTT7T0ldGZQ6leOxg=="
},
{
"name": "x-xss-protection",
"value": "1; mode=block"
}
]
}
}

@Tomcariello
Copy link
Author

This request also failed twice, so this one may be reproducible?

https://d1igaxm6d8pbn2.cloudfront.net/get_stats?_type=series&timestamp=2018-03-17&steps=10&layer=AIRS_L2_Carbon_Monoxide_500hPa_Volume_Mixing_Ratio_Day&colormap=AIRS_Carbon_Monoxide_Volume_Mixing_Ratio.xml&bbox=-6.342631864452606,9.958756556118225,12.52346040070381,36.455409545803924&bins=10&end_timestamp=2023-03-10

Response Headers:
access-control-allow-methods: PUT, GET, HEAD, POST, DELETE, OPTIONS access-control-allow-origin: http://localhost:3000 content-length: 21 content-type: text/plain; charset=utf-8 date: Fri, 17 Mar 2023 14:55:40 GMT server: ServerTokens ProductOnly strict-transport-security: max-age=31536000 via: 1.1 7e6ba13cc86c837aac2ff0d83fdb38be.cloudfront.net (CloudFront) x-amz-cf-id: Uw3UF04UQ5eqUv6KSwFB2FjQSdACsJVXX_BU8FGmpuIrn21fN0_Z_w== x-amz-cf-pop: DFW56-P8 x-cache: Error from cloudfront x-content-type-options: nosniff x-frame-options: SAMEORIGIN x-request-id: Uw3UF04UQ5eqUv6KSwFB2FjQSdACsJVXX_BU8FGmpuIrn21fN0_Z_w== x-xss-protection: 1; mode=block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant