rkuo-danswer 3755e575a5
harden connections to redis (#2677)
* set broker_connection_retry_on_startup to silence deprecation warning (we're OK with retrying on startup)

* env var for CELERY_BROKER_POOL_LIMIT

* add redis retry on timeout and health check interval

* set socket_keepalive = True

* remove shadow declaration of REDIS_HEALTH_CHECK_INTERVAL, add socket_keepalive_options where possible

* fix mypy complaint

* pass through vars in docker compose

* remove extra '='

* wrap in a try
2024-10-04 16:00:48 +00:00
..
2024-10-01 18:31:18 +00:00
2024-06-25 15:07:56 -07:00
2024-09-27 00:50:55 +00:00
2024-03-04 19:22:46 -08:00
2023-12-29 20:42:16 -08:00
2024-07-06 13:17:05 -07:00
2024-03-31 15:32:22 -07:00
2024-07-28 20:57:43 -07:00