-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print the status of finished jobs (#2801)
* `neuro run`, `neuro attach`, `neuro logs`, `neuro exec` in non-quiet mode print now a line with the status of finished job. It helps to notice jobs terminated by the OOM Killer and cancelled jobs. * `neuro attach` to finished job now prints its status instead of "Job is running ..." * Job start progress now correctly handles statuses SUSPENDED, CANCELLED, UNKNOWN.
- Loading branch information
1 parent
d61909e
commit 05a4d12
Showing
35 changed files
with
338 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Commands `neuro run`, `neuro logs`, `neuro attach` and `neuro exec` in non-quiet mode now prints details for cancelled and failed jobs. Also improved other indications of the job status. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.