Skip to content

kidig/beatlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Celery Beat failover for multi-cluster infrastructure.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages