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

fix: make timeshift work with cache #5646

Merged
merged 3 commits into from
Aug 6, 2024
Merged

Conversation

srikanthccv
Copy link
Member

@srikanthccv srikanthccv commented Aug 6, 2024

Summary

Let's say we have two builder queries, A and B. They're configured exactly the same, except B is shifted by one day back. Without accounting for this time shift in the cache key, query B would end up using A's cached values, leading to incorrect results. This change addresses that issue.

Copy link

github-actions bot commented Aug 6, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the bug Something isn't working label Aug 6, 2024
vikrantgupta25
vikrantgupta25 previously approved these changes Aug 6, 2024
Copy link

github-actions bot commented Aug 6, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@srikanthccv srikanthccv merged commit fd6f057 into develop Aug 6, 2024
12 checks passed
@srikanthccv srikanthccv deleted the fix-cache-key-issue branch August 6, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants