Topological Sort
This update will topologically sort an app’s processes by taking into account the interconnected links. The order in which the processes are run benefit mainly convox start
for local development, making sure a dependent process is started before it’s caller.
- #2182 Determine process run order via topological sort [@mattmanning]