-
- Downloads
utils: Improve django cache management
Harmonize cache key format. Add functions cache_set and cache_get wrapping calls to django cache API. Dump value to cache as binary using msgpack and store a compressed version of it to avoid hitting cache size limit. Related to #4785.
Showing
- swh/web/archive_coverage/views.py 4 additions, 0 deletionsswh/web/archive_coverage/views.py
- swh/web/utils/__init__.py 71 additions, 11 deletionsswh/web/utils/__init__.py
- swh/web/utils/origin_visits.py 3 additions, 5 deletionsswh/web/utils/origin_visits.py
- swh/web/utils/tests/test_utils.py 29 additions, 0 deletionsswh/web/utils/tests/test_utils.py
Loading
Please register or sign in to comment