beatlock

Celerybeat scheduler on redis-sentinel


Keywords
celerybeat, redis, sentinel, scheduler
License
MIT
Install
pip install beatlock==0.0.3

Documentation

beatlock

Celerybeat failover on Redis-Sentinel. Works together with django_celery_beat.

Installation

pip install beatlock

Configuration

# to set this scheduler instead default one
CELERY_BEAT_SCHEDULER = "beatlock.schedulers.BeatLockScheduler"

# for disable locking mechanism
CELERY_BEATLOCK_LOCK_DISABLED = True  # default: False