gordonwatts / func_adl_server

Helm chart to get started with an analysis server - mostly experimental
MIT License
0 stars 0 forks source link

Prevent services from starting until rabbitmq starts #9

Closed gordonwatts closed 5 years ago

gordonwatts commented 5 years ago

Currently rabbitmq takes almost a minute to start on slower machines. Other guys take seconds. As a result they come up first, try and fail to contact rabbitmq, and then crash. This means that the system takes longer than it needs to to come up due to the crash back-off state k8 goes into.

Is there a way to easily prevent clients from starting until rabbitmq has started?

In the end, k8 handles this, it just feels "ugly".

gordonwatts commented 5 years ago

According to Ben - easiest to just let this go and k8 can do the restarts on its own.