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 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.
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.
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
The text was updated successfully, but these errors were encountered: