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
right now if you specify a wait time, the plugin just basically sleeps which means if the container exits sooner you still have to wait for the sleep to complete.
what (hopefully) would be better would be to do is use a Future what would allow the process to continue as soon as it completes and timeout if it takes longer then the allotted wait time.
thoughts?
The text was updated successfully, but these errors were encountered:
right now if you specify a
wait
time, the plugin just basically sleeps which means if the container exits sooner you still have to wait for the sleep to complete.what (hopefully) would be better would be to do is use a
Future
what would allow the process to continue as soon as it completes and timeout if it takes longer then the allottedwait
time.thoughts?
The text was updated successfully, but these errors were encountered: