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
Many (most?) job scripts out in the wild wait to launch clients until the necessary files have been created by the server. I think this functionality should be folded into the clients so that users don't have to know how this works. We could insert a check for existence and size > 0, perhaps with a short delay (or lock-checking?) to ensure the server has finished writing the file. We can have an informative time-out message as well, to make clear what went wrong.
The text was updated successfully, but these errors were encountered:
Many (most?) job scripts out in the wild wait to launch clients until the necessary files have been created by the server. I think this functionality should be folded into the clients so that users don't have to know how this works. We could insert a check for existence and size > 0, perhaps with a short delay (or lock-checking?) to ensure the server has finished writing the file. We can have an informative time-out message as well, to make clear what went wrong.
The text was updated successfully, but these errors were encountered: