-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CRITICAL] WORKER TIMEOUT-Unable to scale the number of PODs #112
Comments
Team, Any update? |
i had same problem after upgrade kubectl -n redash-prod logs -f redash-686b459fc7-bd4xn redash-server |
@homiakos @johnson-prabu did you get the solution ? |
@azadsagar @homiakos @johnson-prabu |
@granescb I don't have any resource requests/limits. Still no luck. |
Hi Team,
I am unable to bring more web pods, It is working fine with one pod. while i am increasing number of pods to 2 or more then the new pods are restarting continuously due to liveliness prob failed.
Exception SystemExit: 1 in <module 'collections' from '/usr/local/lib/python2.7/collections.pyc'> ignored
/app/redash/query_runner/cass.py:9: RuntimeWarning: Cython module failed to patch module with custom type
from cassandra.cluster import Cluster
[2022-01-10 14:35:38 +0000] [71] [INFO] Booting worker with pid: 71
[2022-01-10 14:35:38 +0000] [70] [INFO] Booting worker with pid: 70
[2022-01-10 14:35:38 +0000] [72] [INFO] Booting worker with pid: 72
[2022-01-10 14:35:38 +0000] [73] [INFO] Booting worker with pid: 73
[2022-01-10 14:36:09 +0000] [6] [CRITICAL] WORKER TIMEOUT (pid:70)
[2022-01-10 14:36:09 +0000] [6] [CRITICAL] WORKER TIMEOUT (pid:71)
[2022-01-10 14:36:09 +0000] [6] [CRITICAL] WORKER TIMEOUT (pid:72)
[2022-01-10 14:36:09 +0000] [6] [CRITICAL] WORKER TIMEOUT (pid:73)
The text was updated successfully, but these errors were encountered: