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
COMPLETED_SUCCESSFUL is set by BE.ExecutionService, when the execution result is successful, i.e. the qsub, not when the job finished successfully on the cluster!
COMPLETED_SUCCESSFUL is meant to be the state of a successfully finished job, not successful submission! The proper status should therefore be just SUBMITTED.
Write the correct status line in Roddy.Job.appendToJobStateLogfile()
The text was updated successfully, but these errors were encountered:
Original at: TheRoddyWMS/Roddy#222
COMPLETED_SUCCESSFUL is set by BE.ExecutionService, when the execution result is successful, i.e. the qsub, not when the job finished successfully on the cluster!
COMPLETED_SUCCESSFUL is meant to be the state of a successfully finished job, not successful submission! The proper status should therefore be just SUBMITTED.
Write the correct status line in Roddy.Job.appendToJobStateLogfile()
The text was updated successfully, but these errors were encountered: