Skip to content

Modern fail-safety scheduler for Celery

License

Notifications You must be signed in to change notification settings

mixkorshun/celery-beatx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celery BeatX

build status coverage pypi pep8 MIT

Celery-BeatX is a modern fail-safe schedule for Celery.

Celery-BeatX allows you to store schedule in different storages and provides functionality to start celery-beat simultaneously at many nodes.

Features:
  • stores schedule in different storages (currently support: redis, memcached)
  • allows to correctly run several instances of celerybeat simultaneously

See the documentation for more details.

Install

The package can be installed using:

pip install celery-beatx

After package installed you should set celery scheduler:

celery_app.config_from_object({
   # ...
   'beat_scheduler': 'beatx.schedulers.Scheduler',
   'beatx_store': 'redis://127.0.0.1:6379/',
   # ...
})

Contributing

If you have any valuable contribution, suggestion or idea, please let us know as well because we will look into it.

Pull requests are welcome too.

About

Modern fail-safety scheduler for Celery

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages