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

Change Redis value for locking mechanism #1957

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

haydentherapper
Copy link
Contributor

The lock value is never read. Only the key is used to determine if an instance has already created a checkpoint for a given period. Changing this to the smallest primitive value to reduce storage capacity needs.

Summary

Release Note

Documentation

The lock value is never read. Only the key is used to determine if an
instance has already created a checkpoint for a given period. Changing
this to the smallest primitive value to reduce storage capacity needs.

Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ca115c9) 47.62% compared to head (4a0f73d) 47.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1957      +/-   ##
==========================================
- Coverage   47.62%   47.61%   -0.02%     
==========================================
  Files          92       92              
  Lines        9197     9199       +2     
==========================================
  Hits         4380     4380              
- Misses       3941     3943       +2     
  Partials      876      876              
Flag Coverage Δ
e2etests 47.61% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@haydentherapper haydentherapper merged commit fc28ac1 into sigstore:main Jan 17, 2024
14 checks passed
@github-actions github-actions bot added this to the v1.2.2 milestone Jan 17, 2024
@haydentherapper haydentherapper deleted the change-lock-value branch January 17, 2024 18:58
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

3 participants