Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Adds router to initializer order
  • Loading branch information
montekki committed Jun 18, 2020
commit 861010e31f1710af38a4237a6abcd93e979ca2a2
1 change: 1 addition & 0 deletions roadmap/implementors-guide/src/runtime/initializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The other modules are initialized in this order:
1. Scheduler
1. Inclusion
1. Validity.
1. Router.

The [Configuration Module](configuration.html) is first, since all other modules need to operate under the same configuration as each other. It would lead to inconsistency if, for example, the scheduler ran first and then the configuration was updated before the Inclusion module.

Expand Down