-
Notifications
You must be signed in to change notification settings - Fork 38
Improve GraphQL timeout error message #518
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requeststaleNo recent activity has been detected on this issue/PR and it will be closedNo recent activity has been detected on this issue/PR and it will be closedsteampipeSteampipe plugin issuesSteampipe plugin issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requeststaleNo recent activity has been detected on this issue/PR and it will be closedNo recent activity has been detected on this issue/PR and it will be closedsteampipeSteampipe plugin issuesSteampipe plugin issues
Type
Fields
Give feedbackNo fields configured for Task.
Currently if the GraphQL query takes longer than a certain period of time to return (or GH expects it to) we get a
502error that isn't very clear; something likenon-200 OK status code: 502 Bad Gateway body: "<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body>\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"it would be helpful to indicate the actual reason for the error.