Работа с кэшем через CLI
- Dominant language
- Python
- Stars
- 23
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
На текущий момент сохранение из кэша в бд идет при остановке сервера, но из-за honcho и gunicorn(перезапускает процесс) процесс сохранения не всегда доходит до конца. Сделать отдельные команды для:
- Сохранения информации о вебм в БД.
- Удаления кэша с информацией о вебм (Чтобы удалить некорректные данные или ошибочные delayed метки).
- Удаления кэша лайков.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing shutdown path that saves cache data to the database and the project's CLI entry point. Identify how cached webm information and likes are stored, then define commands for saving webm data, deleting webm cache data, and deleting the likes cache. Done means all three operations can be run independently instead of relying on server shutdown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100