pacificclimate / scip-backend

Backend that serves salmon population data to the scip webpage
GNU Affero General Public License v3.0
0 stars 0 forks source link

Unexpected 500s #8

Open corviday opened 10 months ago

corviday commented 10 months ago

The backend is throwing some unexpected 500s during testing of the front end, especially of watersheds with a species parameter. It's pretty intermittant and hard to reproduce, so it might be something like a timeout or race condition. Everyone's favourite: a bug you can't reproduce!

corviday commented 8 months ago

I wonder if it is just getting overloaded. Setting it up to run with gunicorn and multiple workers might fix it.