-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
stage/acceptedConfirmed, and intend to work on. No timeline committment though.Confirmed, and intend to work on. No timeline committment though.theme/coretype/enhancement
Description
Tasks in a group sometimes need to be ordered to start up correctly.
For example, to support the Ambassador pattern, proxy containers (P[n]) used for outbound request routing by a dependent application may be started only after the dependent application (A) is started. This is because Docker needs to know the name of A to configure shared-container networking when launching P[n].
In the first approximation of the solution, ordering can be simple, e.g., by having the task list in a group be an array.
dedalusj, hypersleep, dverbeek84, plasticine, aadidenko and 124 morec4milo
Metadata
Metadata
Assignees
Labels
stage/acceptedConfirmed, and intend to work on. No timeline committment though.Confirmed, and intend to work on. No timeline committment though.theme/coretype/enhancement