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

Remove Redis dependency #1021

Merged
merged 3 commits into from
Dec 4, 2023
Merged

Remove Redis dependency #1021

merged 3 commits into from
Dec 4, 2023

Conversation

pdelboca
Copy link
Member

@pdelboca pdelboca commented Dec 4, 2023

We are no longer using Redis for cache. So I'm cleaning up this dependency and some code in the settings.py file.

I've double-checked our secrets in production and we are setting CACHE_URL=FILE.

@codecov-commenter
Copy link

codecov-commenter commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dccd94b) 88.61% compared to head (33148a6) 88.61%.
Report is 2 commits behind head on develop.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1021   +/-   ##
========================================
  Coverage    88.61%   88.61%           
========================================
  Files           97       97           
  Lines         1203     1203           
  Branches        49       49           
========================================
  Hits          1066     1066           
  Misses         135      135           
  Partials         2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pdelboca pdelboca merged commit cc80969 into develop Dec 4, 2023
2 checks passed
@pdelboca pdelboca deleted the clean-up-redis-dependency branch December 4, 2023 14:47
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