Skip to content

CRITICAL/MainProcess] Unrecoverable error: ReadOnlyError("You can't write against a read only replica.") #227

@danielgarcia0694

Description

@danielgarcia0694

I have this error with the redis container.

CRITICAL/MainProcess] Unrecoverable error: ReadOnlyError("You can't write against a read only replica.")

I use redis and celery to send mail, but after one or two hours the celery container restarts giving this error.

this is my redis configuration in the ycker docker yml

redis:
    restart: always
    image: redis
    ports:
      - 6379:6379
    volumes:
      - ./docker/prod/redis/my_redis.conf:/usr/local/etc/redis/my_redis.conf
    command:
      - redis-server

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionUsability question, not directly related to an error with the image

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions