Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 381 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 381 Bytes

celery-sqlalchemy-beat

Celery beat backed on sqlalchemy database

With this util you will be able to add and remove periodic task to(from) celery dynamiclly.

This util is inspired by celerybeat-mongo.

TODO: Celery beat checks and updates database at a high frequency, which may concern IO perfermance. Redis may be a better choice.