alan-turing-institute / WimbledonPlanner

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

pyforecast sqlite cache #33

Closed jack89roberts closed 5 years ago

jack89roberts commented 5 years ago

pyforecast uses the requests_cache package to create an sqlite3 of returned results (speeds up request time)

Trying to import pyforecast when deployed on Azure gives "database is locked" errors.

32 and #21

jack89roberts commented 5 years ago

For now bypassed by using a fork of pyforecast with caching diabled.