Open
Description
There's probably a few things we should improve for the future
- improve caching, perhaps we can use a library Should we use a library for caching #398
- Database bottle: Current the database is a bottleneck on some of the issues. This can cause the database to get over loaded e.t.c. We should improve this.
- restrict to get one timestamp for all gsps #430
- Tidy up database.py. This file act inbetween the api routes and calling the database. Perhaps add type hints here also.
- change
60 per hour
to1 per minute
#423