Open anshjain18 opened 10 months ago
Hello @anshjain18, we're using a similar configuration and everything is working fine for us.
Could you try adding cacheAndQueueDriver: cubestore
to your configuration section? In development mode, the default setting is memory. This change might generate logs that could help identify the error.
Hi @lvauvillier, thanks would add this. Though I can see that the default value for this setting is 'cubestore' only.
Yes, the comments in the chart above the value fields may become outdated, as the Cube documentation is frequently updated.
The best is to refer to the official documentation. Most of the environment variables has a direct mapping in the chart values
For example, regarding cacheAndQueueDriver
, you can refer to:
https://cube.dev/docs/reference/configuration/environment-variables#cubejs_cache_and_queue_driver
Hi team, Recently I switched my Cube setup to production mode, and noticed that my pre-aggregations were not getting updated as expected. There were no logs whatsoever on either the API instance pod or refresh worker pod. As soon as I switched back to dev mode, logs were coming from refresh worker pod. Is this the expected behaviour, because it would be quite difficult then to debug issues while running Cube in production mode.
This is my values.yaml for Cube
@lvauvillier