redbeat icon indicating copy to clipboard operation
redbeat copied to clipboard

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

Results 78 redbeat issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to use redbeat to schedule periodic tasks that user can start or delete. I followed the normal way of doin both but for some reason deleted...

Hi, I am trying to add multiple redis (for high availability) url to redbeat_redis_url and I also wants to add broker_url for rabbitmq. I am trying to use rabbitmq as...

We started getting this error around a month ago. Not sure what changed, maybe something on Redis? Going through the source, in `redbeat/schedulers.py`, I see we have this snippet: ```python...

Celery cron tasks wont run at time, how to properly configure it? I don't know is something wrong with celery, or redbeat or redis. Celery==5.2.7 (dawn-chorus) celery-redbeat==2.0.0 redis==4.3.4 ## First...

Im Testing RedBeat, im creating a task it runs normally but when i update the schedule it stops running,i need to call the function two times to pick up the...

I'm trying to build a Podcast Listener,and want to check with Celery Cron Periodic Tasks when a new episode is Published. I want to have the ability to add new...

[PEP-615](https://peps.python.org/pep-0615/) defines a [ZoneInfo class](https://docs.python.org/3/library/zoneinfo.html) which kind of deprecates pytz in the long term. The code below is not tied to any django project, thus timezone defined should be the...

Hi, I'm running redis and redbeat in docker containers. I've set `celery_beat_max_loop_interval=5` and `redbeat_lock_timeout= celery_beat_max_loop_interval * 5` which means it takes 25 seconds for redis to release the lock and...

During shutdown of `celery beat` when using the `redbeat` scheduler, we have seen the following exceptions: ```LockError: Cannot release an unlocked lock File "celery/beat.py", line 592, in start time.sleep(interval) File...

We run multiple redbeat instances for high availability, and sometimes we find that the service is not behaving as expected, we want to know which server is running, but it's...