geoserver / geoserver-cloud

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
http://geoserver.org/geoserver-cloud
Other
244 stars 73 forks source link

Build LayerGroupContainmentCache's cache asynchronously #473

Closed groldan closed 3 months ago

groldan commented 3 months ago

LayerGroupContainmentCache builds the cache at startup, and it can be time/resource consuming, delaying the application readiness (e.g. over 1.5 minutes on a catalog with 70k layer groups).

This patch makes the cache build process asynchronously.