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
Yes, raise the frontend count to 2 and only use frontend for bootstrap.
Leave a comment to tell people to use at least two hosts for frontend.
The reason is that ringpop requires at least seeing another hosts during
startup.
Using frontend only for bootstrap is better because frontend doesn’t need
to connect to database during startup (stateless).
While I am writing this I think maybe using frontend and worker for startup
is even better because it’s also stateless. And if so we don’t need to
change replicaCount of frontend.
banzai-charts/cadence/templates/server-configmap.yaml
Line 74 in 4d51cb1
also change default number of frontend to 2.
see https://uber-cadence.slack.com/archives/CM4K75Y7R/p1639081204013600
The text was updated successfully, but these errors were encountered: