You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
The stats api can hit a 60-second timeout before data is served back to the client. This issue became apparent from a recent query where daily Galaxy Zoo classification stats were requested without a limit.
In this case, the stats api timed out before it could return daily counts for the project.
The text was updated successfully, but these errors were encountered:
this could be addressed by postgresql connection statement timeouts, ideally they would be set to just after the ingress load balancer times out via an env variable on boot, e.g. zooniverse/panoptes#3278
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The stats api can hit a 60-second timeout before data is served back to the client. This issue became apparent from a recent query where daily Galaxy Zoo classification stats were requested without a limit.
In this case, the stats api timed out before it could return daily counts for the project.
The text was updated successfully, but these errors were encountered: