Giter Site home page Giter Site logo

ptzagk / persistent-celery-beat-scheduler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from richardarpanet/persistent-celery-beat-scheduler

0.0 0.0 0.0 10 KB

⏰ Celery Beat Scheduler that stores the scheduled tasks and runtime data in Redis.

License: Apache License 2.0

Makefile 0.95% Python 99.05%

persistent-celery-beat-scheduler's Introduction

NOTICE: If you're reading this on GitHub.com please be aware this is a mirror of the primary remote located at https://code.richard.do/explore/projects. Please direct issues and pull requests there.

persistent-celery-beat-scheduler

PyPI Python Versions Build Status

Logo

Celery Beat Scheduler that stores the scheduled tasks and runtime data in Redis.

Installation

pip install persistent-celery-beat-scheduler

Configuration

In your celery configuration file you need to set the following.

persistent_scheduler_redis_url = 'redis://localhost:6379/'

# Optional: specify name for HSET key in Redis where scheduler data will be stored.
# Defaults to `celery-beat-scheduler` if not specified.
persistent_scheduler_key = 'myapp-celery-beat-scheduler'

Usage

celery -A my_project.app.celery beat -S persistent_scheduler.PersistentScheduler

persistent-celery-beat-scheduler's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.