googlefonts / fontbakery-dashboard

A library-scale web dashboard for Font Bakery, no longer developed
Apache License 2.0
28 stars 10 forks source link

[rabbitmq] startup is slow. [minikube, skaffold] #164

Open graphicore opened 4 years ago

graphicore commented 4 years ago

Since we're using skaffold for local development, but also before, it became apparent that starting up all pods is slow. This is because there are many cycles of CrashLoopBackOff for many pods until everyhing is sorted out. The main reason for this is that the rabbitmq pod is starting up slowly (~5 minutes) and many other pods depend on this pod to connect to.

I'll add some improvements to the setup of the rabbitmq pod and to the dependent pods and reference this issue. But ultimately there's still something wrong with the rabbitmq setup to make it start quicker.