Order the backend services according to their dependencies
Compare changes
Backend services have internal dependencies, so it’s better to start them in the correct order. Supervisord does not guarantee this order, but it’s still better than starting them all at once.