All Projects → mixkorshun → celery-beatx

mixkorshun / celery-beatx

Licence: MIT license
Modern fail-safety scheduler for Celery

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to celery-beatx

Docker Airflow
Repo for building docker based airflow image. Containers support multiple features like writing logs to local or S3 folder and Initializing GCP while container booting. https://abhioncbr.github.io/docker-airflow/
Stars: ✭ 29 (-36.96%)
Mutual labels:  scheduler, celery
antinex-core
Network exploit detection using highly accurate pre-trained deep neural networks with Celery + Keras + Tensorflow + Redis
Stars: ✭ 19 (-58.7%)
Mutual labels:  celery
Jobber
Jobber is lightweight, simple and distributed task scheduler.
Stars: ✭ 25 (-45.65%)
Mutual labels:  scheduler
BotSmartScheduler
Enhance your planning capabilities with this smart bot!
Stars: ✭ 44 (-4.35%)
Mutual labels:  scheduler
UpSnap
A simple wake on lan app written with Django, Django-Channels (websockets), Celery, Redis and nmap.
Stars: ✭ 65 (+41.3%)
Mutual labels:  celery
celery-kubernetes-example
Small Flask app with scalable, asynchronous backend workers deployed on Kubernetes.
Stars: ✭ 79 (+71.74%)
Mutual labels:  celery
kubernetes django
Deploying django application on kubernetes
Stars: ✭ 22 (-52.17%)
Mutual labels:  celery
synchly
Automate database backups with customizable recurring schedules.
Stars: ✭ 27 (-41.3%)
Mutual labels:  scheduler
lokole
Source code for the Lokole project. Lokole enables communities in the Congo DRC to pool resources to access efficient communication via email at an affordable price.
Stars: ✭ 37 (-19.57%)
Mutual labels:  celery
Power-Refresh
Schedule refresh of any Excel file using open-source scheduler & refresher written on VBA
Stars: ✭ 55 (+19.57%)
Mutual labels:  scheduler
OPoster
Scheduling Platform for Social Media Networks. Powered by Orienteer
Stars: ✭ 31 (-32.61%)
Mutual labels:  scheduler
tasks
Package tasks is an easy to use in-process scheduler for recurring tasks in Go
Stars: ✭ 121 (+163.04%)
Mutual labels:  scheduler
nnCron
Advanced and very powerful scheduler, scripting tool and automation manager
Stars: ✭ 60 (+30.43%)
Mutual labels:  scheduler
quads
📆 The infrastructure deployment time machine
Stars: ✭ 74 (+60.87%)
Mutual labels:  scheduler
angular-gantt-schedule-timeline-calendar-example
Angular gantt-schedule-timeline-calendar usage example
Stars: ✭ 15 (-67.39%)
Mutual labels:  scheduler
zdh web
大数据采集,抽取平台
Stars: ✭ 292 (+534.78%)
Mutual labels:  scheduler
react-gantt-schedule-timeline-calendar
React Gantt Schedule Timeline Calendar component wrapper for gantt-schedule-timeline-calendar [ react gantt, gantt, react gantt chart, react schedule, react timeline, react calendar, gantt, schedule, scheduler, timeline, calendar, react gantt chart ]
Stars: ✭ 47 (+2.17%)
Mutual labels:  scheduler
ld-scheduler
Schedule Launch Darkly flags on or off
Stars: ✭ 14 (-69.57%)
Mutual labels:  scheduler
python-asynchronous-tasks
😎Asynchronous tasks in Python with Celery + RabbitMQ + Redis
Stars: ✭ 37 (-19.57%)
Mutual labels:  celery
cyme
Celery Instance Manager
Stars: ✭ 50 (+8.7%)
Mutual labels:  celery

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].