You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
venv/lib/python3.9/site-packages/celery_singleton/singleton.py", line 106, in apply_async
task = self.lock_and_run(**run_args)
venv/lib/python3.9/site-packages/celery_singleton/singleton.py", line 119, in lock_and_run
lock_aquired = self.aquire_lock(lock, task_id)
venv/lib/python3.9/site-packages/celery_singleton/singleton.py", line 51, in aquire_lock
return self.singleton_backend.lock(lock, task_id, expiry=expiry)
venv/lib/python3.9/site-packages/celery_singleton/singleton.py", line 42, in singleton_backend
self._singleton_backend = get_backend(self.singleton_config)
venv/lib/python3.9/site-packages/celery_singleton/backends/__init__.py", line 22, in get_backend
_backend = klass(url, **kwargs)
venv/lib/python3.9/site-packages/celery_singleton/backends/redis.py", line 11, in __init__
self.redis = Redis.from_url(*args, decode_responses=True, **kwargs)
venv/lib/python3.9/site-packages/redis/client.py", line 696, in from_url
connection_pool = ConnectionPool.from_url(url, db=db, **kwargs)
venv/lib/python3.9/site-packages/redis/connection.py", line 1051, in from_url
raise ValueError('Redis URL must specify one of the following '
ValueError: Redis URL must specify one of the following schemes (redis://, rediss://, unix://)
The text was updated successfully, but these errors were encountered:
K-MTG
changed the title
Error when Celery uses Redis Sentinel
Exception when Celery uses Redis Sentinel
Jan 21, 2021
If my celery broker_url is configured for Redis Sentinel (per celery documentation):
I get the following exception:
The text was updated successfully, but these errors were encountered: