namespacelabs / foundation

Open-source Kubernetes application platform that powers Namespace's developer-optimized compute platform.
https://namespace.so/docs
Apache License 2.0
128 stars 9 forks source link

gitcheckout: Fix workers exiting when a work item is done #1332

Closed pavolmarko closed 1 month ago

pavolmarko commented 1 month ago

Workers should only exit when the full process is done (doneSignal) or when canceled. They should not exit when a single work item finished without error.

n-g commented 1 month ago

LGTM