Skip to main content

Adds scheduler and cluster-scheduler for celery

Project description

build status codecov pypi pep8 MIT

BeatX is celery plugin which improve celery beat functionality.

Features:
  • store scheduler data in various storages

  • support cluster scheduler running

See the documentation for more details.

Installation

The package can be installed using:

pip install celery-beatx

Add following settings to celery configuration:

CELERY_BEAT_SCHEDULER = 'beatx.schedulers.Scheduler'
# or
# CELERY_BEAT_SCHEDULER = 'beatx.schedulers.ClusterScheduler'

CELERY_BEAT_STORE = "redis://127.0.0.1:6379/0"

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

celery-beatx-0.3.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

celery_beatx-0.3.0-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page