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