使用redis作为broker,网络断开后再重连之后,celery beat可以正常重新连接,但是celery worker会报错consumer: Connection to broker lost. Trying to re-establish the connection…
ConnectionResetError: [Errno 104] Connection reset by peer
这时候需要设置 REDIS_BACKEND_HEALTH_CHECK_INTERVAL = 5,健康检查