Redbeat Versions Save

RedBeat is a Celery Beat Scheduler that stores the scheduled tasks and runtime metadata in Redis.

v2.1.0

11 months ago
  • BREAKING, drop for support for EOL Python < 3.8
  • log message cleanup, thanks @joekohlsdorf
  • ensure lock is owned before releasing, fixing #223, thanks @michaelbukachi
  • fix #238, #208, failure to aquire lock on startup leads to multiple task executions, thanks @Junzki, @nicklyra, @nigel-gott
  • Add options support for RedBeatSchedulerEntry, thanks @anton-petrov

v0.10.0

6 years ago
  • minor breaking changes due to reworked API
  • celery 4.x support
  • python 3 compatability, thanks Christopher Arndt
  • be more consistent about using UTC everywhere
  • various bugfixes, thanks Christopher Arndt
  • improved configuration handling, thanks Jannis Leidel

v0.9.3rc4

7 years ago

v0.9.3rc3

7 years ago

v0.9.3rc2

7 years ago

v0.9.3rc1

8 years ago

v0.9.0

8 years ago

v0.8.0

8 years ago

Initial release of celery-redbeat