alan-turing-institute / WimbledonPlanner

Project planning for REG
MIT License
0 stars 0 forks source link

Make updates a background task #62

Open jack89roberts opened 4 years ago

jack89roberts commented 4 years ago

Updating the database and plots takes a long time. Make Flask run these in the background, e.g. with Redis Queue as used in the spatial inequality project.

I think this also leads to build errors sometimes, as Azure has some timeout limit on how long it takes the container to start up.