instedd / oasis

UCSD Oasis platform
5 stars 4 forks source link

Proposed solution to county database hang #356

Closed alex-wenzel closed 4 years ago

alex-wenzel commented 4 years ago

This pull request refactors the seed() function to reduce the amount of time my code holds on to the database lock. I wasn't quite able to solve all of the bugs related to deploying Oasis on Heroku in time for this week's staging, so this passes all unit tests and looks fine in my browser, but I don't know how it will perform in the production environment.

Solves #303