You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works most of the time but sometimes I get this error
ERROR: Error fetching job: READONLY You can't write against a read only replica.
2025-03-16T06:30:27.285Z pid=1 tid=j7p WARN: RedisClient::ReadOnlyError: READONLY You can't write against a read only replica. (redis://redis:6379)
2025-03-16T06:30:27.286Z pid=1 tid=j7p WARN:
2025-03-16T06:30:28.756Z pid=1 tid=10y1 WARN: Unable to flush stats: READONLY You can't write against a read only replica.
2025-03-16T06:30:28.771Z pid=1 tid=10y1 ERROR: heartbeat: READONLY You can't write against a read only replica.
2025-03-16T06:30:35.400Z pid=1 tid=j7p INFO: Redis is online, 8.11720569897443 sec downtime
Which removes all my cron jobs added to the queue and I have to restart my containers.
I have never used redis inside docker before and I haven't faced this issue when using redis anywhere else before.
Any idea what the cause is and how I could fix it would be highly appreciated.
The text was updated successfully, but these errors were encountered:
I'm using sidekiq in my rails app for background processing that depends on a redis container that I have in my
compose.yml
It works most of the time but sometimes I get this error
Which removes all my cron jobs added to the queue and I have to restart my containers.
I have never used redis inside docker before and I haven't faced this issue when using redis anywhere else before.
Any idea what the cause is and how I could fix it would be highly appreciated.
The text was updated successfully, but these errors were encountered: