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
When I call one of the queryJobStatus* methods in PBSJobManager, and get back an empty map, I don't know whether no jobs are running anymore, or updateJobStatus/qstat failed.
The text was updated successfully, but these errors were encountered:
The classical way to handle such situation in Java is via exceptions. So better throw an exception with a descriptive message and use appropriate exception classes expressing "qstat failed" and "job not found"!
When I call one of the queryJobStatus* methods in PBSJobManager, and get back an empty map, I don't know whether no jobs are running anymore, or updateJobStatus/qstat failed.
The text was updated successfully, but these errors were encountered: