Merge pull request #3685 from rabbitmq/lukebakken/core-started-before-postlaunch-phase
Set core_started before running postlaunch phase
This commit is contained in:
commit
939673b31d
|
|
@ -913,8 +913,8 @@ start(normal, []) ->
|
|||
?LOG_DEBUG("== Boot steps =="),
|
||||
|
||||
ok = rabbit_boot_steps:run_boot_steps([rabbit | Plugins]),
|
||||
run_postlaunch_phase(Plugins),
|
||||
rabbit_boot_state:set(core_started),
|
||||
run_postlaunch_phase(Plugins),
|
||||
{ok, SupPid}
|
||||
catch
|
||||
throw:{error, _} = Error ->
|
||||
|
|
|
|||
Loading…
Reference in New Issue