You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this possible and would this be handled by client-javascript? I'm able to do so in a CI/CD pipeline by having a step that creates the launch then propagate the launch ID created to the workers/containers. My dilemma is here:
If using another pipeline step to call finishLaunch, the duration would be incorrect as there would still be items being processed/reported. The individual workers/containers would not technically finish the launch themselves since they are already specifying an existing launch and items still get reported accordingly.
Have the containers somehow "poll" the last item's reported status using the API and then call either finish launch OR do nothing if there exists items being processed.
Some other methods unbeknownst to me
The text was updated successfully, but these errors were encountered:
Is this possible and would this be handled by client-javascript? I'm able to do so in a CI/CD pipeline by having a step that creates the launch then propagate the launch ID created to the workers/containers. My dilemma is here:
The text was updated successfully, but these errors were encountered: