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

fixed cache janitor logic #23

Merged
merged 3 commits into from
Aug 27, 2022
Merged

fixed cache janitor logic #23

merged 3 commits into from
Aug 27, 2022

Conversation

Code-Hex
Copy link
Owner

Close #20

This PR makes a new janitor logic with a context package. based on #22

@codecov
Copy link

codecov bot commented Aug 27, 2022

Codecov Report

Merging #23 (04fe7d7) into main (18d286f) will decrease coverage by 0.86%.
The diff coverage is 64.91%.

❗ Current head 04fe7d7 differs from pull request most recent head 5463ae1. Consider uploading reports for the commit 5463ae1 to get more accurate results

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
- Coverage   96.50%   95.64%   -0.87%     
==========================================
  Files           8        9       +1     
  Lines         515      528      +13     
==========================================
+ Hits          497      505       +8     
- Misses         17       23       +6     
+ Partials        1        0       -1     
Impacted Files Coverage Δ
cache.go 82.57% <44.44%> (-4.57%) ⬇️
janitor.go 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Code-Hex Code-Hex merged commit 2efe971 into main Aug 27, 2022
@Code-Hex Code-Hex deleted the fix/janitor-logic branch August 27, 2022 06:51
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.

Improved performance/memory usage for items with an expiry
1 participant