pacificclimate / climate-explorer-backend

3 stars 1 forks source link

Try automatic statement retry #221

Open rod-glover opened 1 year ago

rod-glover commented 1 year ago

We are having trouble with connections being dropped by our proxy (or some other culprit), leading to an error in the backend. SQLAlchemy automatic statement retry is one possible "external" answer to that problem.

This is an alternative to an apparently simpler approach, #220 .