Skip to content

highly available distributed celerybeat scheduler

Notifications You must be signed in to change notification settings

bendmorris/leek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Leek is a Redis-backed distributed scheduler for celery. Because it stores task execution data in Redis, it can safely be run on multiple nodes without duplicating work. Unlike other distributed schedulers which use locking to prevent more than a single instance from running simultaneously, all leek nodes are running all the time; they compete to generate the next invocation of a scheduled task, and only one node will successfully do so. This means automatic failover in the event of a node outage.

To install:

python setup.py install

To use:

celery beat -S leek.LeekScheduler

About

highly available distributed celerybeat scheduler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages