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

PE-5037: FS cleanup worker #68

Merged
merged 1 commit into from
Dec 8, 2023
Merged

PE-5037: FS cleanup worker #68

merged 1 commit into from
Dec 8, 2023

Conversation

djwhitt
Copy link
Collaborator

@djwhitt djwhitt commented Dec 7, 2023

Now that we are using Redis as our default header cache, we would like to cleanup old headers on the filesystem. To accomplish that, this PR adds a generic filesystem cleanup worker and configures an instance of it to cleanup the files in data/headers.

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c4238aa) 57.00% compared to head (99cb562) 57.00%.

❗ Current head 99cb562 differs from pull request most recent head 1eb1dd7. Consider uploading reports for the commit 1eb1dd7 to get more accurate results

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #68   +/-   ##
========================================
  Coverage    57.00%   57.00%           
========================================
  Files           18       18           
  Lines         5373     5373           
  Branches       260      260           
========================================
  Hits          3063     3063           
  Misses        2306     2306           
  Partials         4        4           

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

Now that we are using Redis as our default header cache, we would like
to cleanup old headers on the filesystem. To accomplish that, this
commit adds a generic filesystem cleanup worker and configures an
instance of it to cleanup the files in data/headers.
@djwhitt djwhitt merged commit 7a72c17 into develop Dec 8, 2023
3 checks passed
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.

None yet

1 participant