uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
548 stars 147 forks source link

refactor: use existing cached member check to return membercount #3719

Closed shreddedbacon closed 1 month ago

shreddedbacon commented 2 months ago

General Checklist

Database Migrations

Just a small one that refactors the group membercount to use an existing cached member query to do the count. The previous query would hit keycloak directly and could result in longer api response times.