You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! (it was wednesday dudes)
I have three problems with my redash service that i have in kubernetes pod.
it throws 502 gateway error almost every request or link click. so execution, saving script or even opening pages are total headache, i need to refresh pages and execute scripts many times .
same with query saving - just an error "query could not be saved" every 2 out of 3 requests (clicks on Save button).
(i think that the 1) depends on this) - redash-server does not stop creating web-workers. moreover, there is NO information in logs about why workers are stopping. totally. even on debug-level - no errors.
i cannot import 'requests' module for python script - but it is installed in pod.
moreover, there is python 2.7 - that's weird. and if i try to (re)uninstall it - pod crashes, because every web worker from server need it somehow. if that worker crashes -> pod crashes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all! (it was wednesday dudes)
I have three problems with my redash service that i have in kubernetes pod.
it throws 502 gateway error almost every request or link click. so execution, saving script or even opening pages are total headache, i need to refresh pages and execute scripts many times
.
same with query saving - just an error "query could not be saved" every 2 out of 3 requests (clicks on Save button).
(i think that the 1) depends on this) - redash-server does not stop creating web-workers. moreover, there is NO information in logs about why workers are stopping. totally. even on debug-level - no errors.
moreover, there is python 2.7 - that's weird. and if i try to (re)uninstall it - pod crashes, because every web worker from server need it somehow. if that worker crashes -> pod crashes.
my deployment:
i made that from https://github.com/getredash/setup/blob/master/data/docker-compose.yml and https://github.com/nanit/redash-kubernetes/blob/master/kube/dep.yml with some customizations.
what is wrong here? am i missing something?
how could i get rid of 502's and make my python script imports that 'requests' module?
Beta Was this translation helpful? Give feedback.
All reactions