|
199 | 199 | [{description, "message delivery logic ready"},
|
200 | 200 | {requires, [core_initialized, recovery]}]}).
|
201 | 201 |
|
202 |
| --rabbit_boot_step({direct_client, |
203 |
| - [{description, "direct client"}, |
204 |
| - {mfa, {rabbit_direct, boot, []}}, |
205 |
| - {requires, routing_ready} |
206 |
| - ]}). |
207 |
| - |
208 | 202 | -rabbit_boot_step({connection_tracking,
|
209 | 203 | [{description, "connection tracking infrastructure"},
|
210 | 204 | {mfa, {rabbit_connection_tracking, boot, []}},
|
|
234 | 228 | [{description, "ready to communicate with peers and clients"},
|
235 | 229 | {requires, [core_initialized, recovery, routing_ready]}]}).
|
236 | 230 |
|
| 231 | +-rabbit_boot_step({direct_client, |
| 232 | + [{description, "direct client"}, |
| 233 | + {mfa, {rabbit_direct, boot, []}}, |
| 234 | + {requires, pre_flight} |
| 235 | + ]}). |
| 236 | + |
237 | 237 | -rabbit_boot_step({notify_cluster,
|
238 | 238 | [{description, "notifies cluster peers of our presence"},
|
239 | 239 | {mfa, {rabbit_node_monitor, notify_node_up, []}},
|
|
0 commit comments