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
Start readiness service after http is started (#136729) (#136924)
The readiness service indicates when ES is ready to receive
external http requests. Yet the service does not actually check http has
been started. This commit moves the starting the readiness service to
after http has been started. Note that adding a direct dependency
between ReadinessService and HttpServerTransport would be complicated,
so the "dependency" is achieved by starting readiness almost at the end
of node startup.
0 commit comments