You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 ofCrashLoopBackOff
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.
The text was updated successfully, but these errors were encountered: