Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicate the status of finished jobs #2800

Open
4 of 5 tasks
serhiy-storchaka opened this issue Jul 28, 2022 · 0 comments · Fixed by #2801
Open
4 of 5 tasks

Indicate the status of finished jobs #2800

serhiy-storchaka opened this issue Jul 28, 2022 · 0 comments · Fixed by #2801
Assignees
Labels
enhancement New feature or request

Comments

@serhiy-storchaka
Copy link
Contributor

serhiy-storchaka commented Jul 28, 2022

When the user works with a job (reads logs, attaches to it, etc) which is finished for some reasons, neuro just stops, without any indication of the reason of job's termination. If it is an exception in the Python code, there is a chance to see a traceback in the logs or the attach output, but if it was cancelled or terminated by the OOM Killer, it just stops. You need to use neuro status to get details.

We need to print details of the job termination, at least when it was failed or cancelled.

  • neuro run
  • neuro logs
  • neuro attach
  • neuro exec
  • neuro port-forward
@serhiy-storchaka serhiy-storchaka added the enhancement New feature or request label Jul 28, 2022
@serhiy-storchaka serhiy-storchaka linked a pull request Jul 28, 2022 that will close this issue
@serhiy-storchaka serhiy-storchaka self-assigned this Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant