Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Some native services apps have components that should be started after other components. The readiness_check and dependencies features of the native services API are currently unimplemented, and we could use these to implement a basic start order feature. When component B has a dependency on component A, the AM could delay making a container request for component B until component A's readiness check has passed (for all instances of component A).