barker/barker/barker/core/arq.py

6 lines
161 B
Python

from arq.connections import RedisSettings
from barker.core.config import settings as sett
settings = RedisSettings(host=sett.REDIS_HOST, port=sett.REDIS_PORT)