Issue Summary
I set the refresh schedule for a query every 30 minutes and it is not refreshing the data, last execution was a day ago.
The app is deployed in GKE using Helm Chart. All the pods are running.
Technical details:
- Redash Version: 10.0.0.b50363
- Browser/OS: Chrome
- How did you install Redash: contrib-helm-chart
config.yaml
image:
repository: redash/redash
tag: 10.0.0.b50363
pullPolicy: IfNotPresent
redash:
cookieSecret: <cookie-secret>
secretKey: <secret-key>
sqlAlchemyEnablePoolPrePing: "true"
logLevel: "DEBUG"
postgresql:
enabled: false
externalPostgreSQL: <postgresql-connection-string>
service:
type: LoadBalancer
loadBalancerIP: <my-ip-address>