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
As pointed out by @belforte , it would be good to have a single field to use for both Running/Idle and Completed jobs.
@bbockelm I'm assuming the logic is that RemoteHost is the current host for a running job, and LastRemoteHost is simply the last host that the job ran on?
If so, could we simply set RemoteHost to LastRemoteHost for completed jobs?
The text was updated successfully, but these errors were encountered:
As pointed out by @belforte , it would be good to have a single field to use for both Running/Idle and Completed jobs.
@bbockelm I'm assuming the logic is that
RemoteHost
is the current host for a running job, andLastRemoteHost
is simply the last host that the job ran on?If so, could we simply set
RemoteHost
toLastRemoteHost
for completed jobs?The text was updated successfully, but these errors were encountered: