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: remove waffle forced ccached miss switch #363

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

mumarkhan999
Copy link
Member

@mumarkhan999 mumarkhan999 commented Nov 24, 2023

Related Issue

Description

  • In this PR we're removing edx_django_utils.cache.disable_forced_cache_miss_for_none waffle switch which was added in version 5.7.0 version for backward compatibility.
  • For more details you can have a look at changelog of version 5.7.0

@mumarkhan999 mumarkhan999 force-pushed the umar/remove-waffle-forced-cached-miss-switch branch 2 times, most recently from 06d7cef to 92e4041 Compare November 24, 2023 10:16
@mumarkhan999 mumarkhan999 force-pushed the umar/remove-waffle-forced-cached-miss-switch branch from 92e4041 to 5424810 Compare November 27, 2023 11:55
@mumarkhan999 mumarkhan999 merged commit 88544c9 into master Nov 27, 2023
7 checks passed
@mumarkhan999 mumarkhan999 deleted the umar/remove-waffle-forced-cached-miss-switch branch November 27, 2023 11:56
@robrap
Copy link
Contributor

robrap commented Nov 27, 2023

@mumarkhan999: This toggle duplicated a legacy bug, right? Does that mean the bug no longer exists? It would be great if you could leave a quick note about why we no longer need the toggle. Thanks.

@mumarkhan999
Copy link
Member Author

@robrap Yes. The toggle is already active on PROD means None is being treated as valid cache value.
More details are mentioned on the issue related to this PR.

@robrap
Copy link
Contributor

robrap commented Nov 27, 2023

@mumarkhan999: Great. Also, I missed the issue link if it was there already. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants