Skip to content

Redis settings from the .env file are currently ignored #281

@fusion44

Description

@fusion44

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"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions