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

revocation: auto evict expired entries hourly #21

Merged
merged 1 commit into from
Feb 26, 2025
Merged

Conversation

bwesterb
Copy link
Owner

No description provided.

@bwesterb bwesterb requested a review from lukevalenta February 26, 2025 20:45
}

if len(toRemove) == 0 {
slog.Info(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also do slog.Info("msg", slog.Any("a", a), slog.Any("b", b)) to keep the KV pairs grouped together a little more closely (but either way is fine with me).

@lukevalenta
Copy link
Collaborator

I'll go ahead and merge so I can incorporate this into the k8s service.

@lukevalenta lukevalenta merged commit 83ba12f into main Feb 26, 2025
1 check 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.

2 participants