sol-eng / bike_predict

A demo of an end-to-end machine learning pipeline, using Posit Connect
93 stars 31 forks source link

DB connection expiry #3

Closed colearendt closed 3 years ago

colearendt commented 4 years ago

I'm not sure how DB connections are managed, but I happened upon this app on Colorado the other day with an expired database connection - I had to poke the environment variables to reset the R processes. Might be worth figuring out if this is a bug upstream / if there is an easy way to reproduce / if there is a way we can be defensive about this in the app.

It made the demo a little unfortunate to happen upon the app when it was broken.