Skip to content
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

feat: Warning on unconfigured scheduledRefreshContexts in multitenanc… #1921

Merged
merged 1 commit into from
Jan 29, 2021

Conversation

ovr
Copy link
Member

@ovr ovr commented Jan 28, 2021

…y mode, fix #1904

Hello!

refs #1904

Thanks

@ovr ovr requested a review from a team as a code owner January 28, 2021 14:32
'You are using multitenancy without configure scheduledRefreshContexts which can lead to issues where the ' +
'security context will be undefined while Cube.js will do background refreshing: ' +
'https://cube.dev/docs/config#options-reference-scheduled-refresh-contexts'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hassankhan hassankhan added the enhancement New feature proposal label Jan 28, 2021
@ovr ovr force-pushed the multitenancy-warning branch 3 times, most recently from 8f42c56 to 868e1c1 Compare January 29, 2021 13:07
@ovr ovr merged commit cf1984b into master Jan 29, 2021
@ovr ovr deleted the multitenancy-warning branch January 29, 2021 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

With MultiTenant deploy this.runScheduledRefresh(context, queryingOptions); context is null
3 participants