Michael Trovato
Michael Trovato
I'm not sure if I'm experiencing the same issue as you guys. I have a task that runs every second (heartbeat), but it appears to stop executing after an hour....
I'm on Django 5.2.1. I'm using Redis for the broker and result backend. The scheduler is the DatabaseScheduler, using Postgresql with psycopg 3.2.9. I'm not sure where to go from...
I use time delta expiry, but in this case, beat doesn't even initiate the task. It seems that it is getting blocked. I checked the last run time, and it...
It seems that reverting redis-py to version 5.2.1 has fixed the issue. Maybe this issue is related? https://github.com/redis/redis-py/issues/3640