stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

Wait for all containers in a Stackl job pod to be ready #198

Closed GBrawl closed 3 years ago

GBrawl commented 3 years ago

There was a problem when using outputs that a job would be marked as ready, but it could have been that the outputs container was still running and processing outputs, with this change we wait for every container to be finished and completed

Fixes #189