EIDA / eida-statistics

Aggregated statistics of EIDA nodes
GNU General Public License v3.0
0 stars 0 forks source link

Internal 500 errors #50

Closed vpet98 closed 11 months ago

vpet98 commented 11 months ago

Based on Sentry issues and https://docs.sqlalchemy.org/en/20/errors.html#error-3o7r, I think we need to try to increase the QueuePool SQLAlchemy uses for connections.

I'll commit now in the development branch firstly, though this fix can be tested more efficiently when goes into production.

jschaeff commented 11 months ago

I deployed it on the staging system.

You can test with the URL: ws.resif.fr/staging/eidaws/stats/1

vpet98 commented 11 months ago

Sure this is the correct URL? Returns 502 Bad Gateway error.

jschaeff commented 11 months ago

Well, let's say it does not work :/

Can you merge your code in the main branch ? I'll deploy it in production.

vpet98 commented 11 months ago

Done

jschaeff commented 11 months ago

Deployed in production. Thank you