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

fix: avoid spurious rate limit #464

Merged
merged 1 commit into from
Aug 6, 2024
Merged

fix: avoid spurious rate limit #464

merged 1 commit into from
Aug 6, 2024

Conversation

smlx
Copy link
Member

@smlx smlx commented Aug 6, 2024

Previously, group data retrieved from in-memory cache was counted
towards the keycloak API rate limit.

With this change, data retrieved from cache does not count towards the
rate limit because the cache does not actually hit the keycloak API.

Previously, group data retrieved from in-memory cache was counted
towards the keycloak API rate limit.

With this change, data retrieved from cache does not count towards the
rate limit because the cache does not actually hit the keycloak API.
@smlx smlx force-pushed the unlimited-cache branch from 4775d0a to 6d773d0 Compare August 6, 2024 09:31
@smlx smlx merged commit 3807745 into main Aug 6, 2024
12 checks passed
@smlx smlx deleted the unlimited-cache branch August 6, 2024 12:02
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.

1 participant