warmOrganizations
Function: warmOrganizations()
warmOrganizations(
server):Promise<void>
Defined in: src/services/caching/warming.ts:12
Warms the organization cache by loading top N organizations by member count.
Parameters
server
FastifyInstance
The Fastify server instance.
Returns
Promise<void>
Resolves when the organization cache warming has completed.