Hi,
I am running redash on docker and i am getting below error while trying to access on localhost

[2020-07-06 02:58:42,150][PID:10][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=295 duration=0.49 query_count=0 query_duration=0.00
[2020-07-06 02:58:43 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:15)
[2020-07-06 02:58:44 +0000] [29] [INFO] Booting worker with pid: 29
[2020-07-06 02:59:12 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:13)

I am getting this issue when i am trying to create HA for already running redash server.
My existing server is running fine.
My env file is same for both redash.

This issue is resolved.

What was the problem?

it was a connectivity issue, Redash server was not able to reach to db server.

1 Like

how did you solve this?