Recently, our Koyeb worker has repeatedly been failing due to a celery-redis error. Despite updating the celery result backend env value with a new redis value it keeps failing and returning this error;
File “/app/.heroku/python/lib/python3.12/site-packages/redis/connection.py”, line 524, in read_response
raise response
redis.exceptions.ResponseError: max daily request limit exceeded. Limit: 10000, Usage: 10000. See ERR max daily request limit exceeded - Upstash Documentation for details
During handling of the above exception, another exception occurred:
Traceback (most recent call last):