Redis settings from the .env file are currently ignored
Open
bug
- Dominant language
- Python
- Stars
- 25
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Currently only default values are used.
Places where it is used:
- `.env` and `.env_sample`
- `main.py`
- `celery_app.py`
- all `tasks.py` files
It's probably best to combine the various Redis URL components in the env file into one setting:
`REDIS_URL = "redis://localhost:6379/0"`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.