Skip to content

[v13] Use cache for listing app sessions#37392

Merged
rosstimothy merged 1 commit intobranch/v13from
bot/backport-37378-branch/v13
Jan 28, 2024
Merged

[v13] Use cache for listing app sessions#37392
rosstimothy merged 1 commit intobranch/v13from
bot/backport-37378-branch/v13

Conversation

@rosstimothy
Copy link
Copy Markdown
Contributor

Backport #37378 to branch/v13

changelog: Prevent backend throttling caused by a large number of app sessions

ListAppSessions was never added to the `auth.Cache` interface or
implemented by `cache.Cache` which means all session listing was
using the backend as the data source. This could cause backend
throttling if the number of sessions was large enough.
@rosstimothy rosstimothy added this pull request to the merge queue Jan 28, 2024
Merged via the queue into branch/v13 with commit a6e3479 Jan 28, 2024
@rosstimothy rosstimothy deleted the bot/backport-37378-branch/v13 branch January 28, 2024 21:08
@camscale camscale mentioned this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants