robjuz / helm-charts

https://robjuz.github.io/helm-charts/index.yaml
34 stars 30 forks source link

Warm up database caches and add some verbose logging #39

Closed gishh2 closed 1 year ago

gishh2 commented 1 year ago

It was a bit unclear to me when the initialization actually finished. Had to derive that by pgSQL cpu utilization and comparison with my local docker setup log output.

Also, the official docker image is prewarming caches on PostgreSQL before requests are accepted. I found this quite useful and added it to the init job, too.

robjuz commented 1 year ago

Thx for the PR!