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

Random 502 errors #26

Open
evz opened this issue Nov 7, 2017 · 0 comments
Open

Random 502 errors #26

evz opened this issue Nov 7, 2017 · 0 comments

Comments

@evz
Copy link

evz commented Nov 7, 2017

When we are fetching complex geometries from the API, we randomly get 502 errors. It looks like gunicorn is killing its workers and restarting them which, from nginx's perspective, looks like a 502. Increasing the timeout doesn't really seem to help. And running the query in the database directly is very fast so, it would seem that someplace in the serialization a whole bunch of effort is happening which is causing the workers to commit suicide. Poor guys

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