Commit Graph

5 Commits

Author SHA1 Message Date
Mattéo Delabre 9c1aa9d346
Code cleanup and make service generic 2021-09-12 15:42:57 +02:00
Laszlo Zeke e303af090d Tune performance
- Added threading to gunicorn instance
- Changed cache to cachetools's TTL cache since it uses LRU if
the cache is full
- Increased cache sizes 1.5x
2020-09-04 22:36:19 +02:00
Laszlo Zeke 5fccffc2f0 Migrate application to python3
Notables:
- Python 3 migration
- The client id is now set via environment variable instead of
hardcoding it in a py file
- Using Flask instead of web2
- Migrate away from Memcache (Google depeciated it in py3) to
an in-memory data structure
- Moved landing page to static serving
2020-09-04 19:42:42 +02:00
Laszlo Zeke 66c83f82d8 Initial commit 2015-10-10 00:43:29 +02:00
Laszlo Zeke 3f88b5dd52 💥🐫 Added .gitattributes & .gitignore files 2015-10-10 00:06:24 +02:00