celery-redbeat 2.2.0
0
A Celery Beat Scheduler using Redis for persistent storage
Contents
A Celery Beat Scheduler using Redis for persistent storage
Stars: 916, Watchers: 916, Forks: 130, Open Issues: 52The sibson/redbeat
repo was created 9 years ago and the last code push was 6 months ago.
The project is popular with 916 github stars!
How to Install celery-redbeat
You can install celery-redbeat using pip
pip install celery-redbeat
or add it to a project with poetry
poetry add celery-redbeat
Package Details
- Author
- Marc Sibson
- License
- Apache License, Version 2.0
- Homepage
- https://github.com/sibson/redbeat
- PyPi:
- https://pypi.org/project/celery-redbeat/
- GitHub Repo:
- https://github.com/sibson/redbeat
Classifiers
- Software Development/Object Brokering
- System/Distributed Computing
Related Packages
Errors
A list of common celery-redbeat errors.
Code Examples
Here are some celery-redbeat
code examples and snippets.
GitHub Issues
The celery-redbeat package has 52 open issues on GitHub
- redis dead lock will always acquiring lock…
due_at
date calculation appears to be incorrect- Beat loop stops running and stops showing log output in DEBUG level
Entry.last_run_at
Not Respected Between Restarts