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
There was a recent user request for a progress bar (or perhaps other status indicator) for actions in seash. Indeed, it only prints a summary of what happened after everything is done, or has failed, respectively, grouping the vessels depending on the outcome of the action, e.g. listStarted, listTerminated, etc.
Let's think about a meaningful way to implement this. One (coarse grained) approach could be to poll the parallelize functions on how many of the threads contacting vessels have already finished. Another could be to print more verbosely what is going on behind the scenes, e.g. "Looking up contact information for node X", "Contacting vessel Y", "Uploading file Z", etc.
The text was updated successfully, but these errors were encountered:
There was a recent user request for a progress bar (or perhaps other status indicator) for actions in
seash
. Indeed, it only prints a summary of what happened after everything is done, or has failed, respectively, grouping the vessels depending on the outcome of the action, e.g.listStarted
,listTerminated
, etc.Let's think about a meaningful way to implement this. One (coarse grained) approach could be to poll the
parallelize
functions on how many of the threads contacting vessels have already finished. Another could be to print more verbosely what is going on behind the scenes, e.g. "Looking up contact information for node X", "Contacting vessel Y", "Uploading file Z", etc.The text was updated successfully, but these errors were encountered: