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

mixin: Ignore cache delete errors for cache error alerts #10287

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

56quarters
Copy link
Contributor

@56quarters 56quarters commented Dec 19, 2024

What this PR does

Delete operations are expected to fail when the key doesn't exist when keys are deleted as part of cache invalidation.

Which issue(s) this PR fixes or relates to

Related #9386

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@56quarters 56quarters force-pushed the 56quarters/ignore-deletes branch from 4478f03 to 289656c Compare December 19, 2024 16:23
@56quarters 56quarters marked this pull request as ready for review December 19, 2024 16:27
@56quarters 56quarters requested a review from a team as a code owner December 19, 2024 16:27
Delete operations are expected to fail when the key doesn't exist when
keys are deleted as part of cache invalidation.

Signed-off-by: Nick Pillitteri <[email protected]>
@56quarters 56quarters force-pushed the 56quarters/ignore-deletes branch from 289656c to 4d649e2 Compare December 19, 2024 16:29
@56quarters 56quarters merged commit 2ecc15d into main Dec 19, 2024
31 checks passed
@56quarters 56quarters deleted the 56quarters/ignore-deletes branch December 19, 2024 17: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.

2 participants