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

Increase length of the NAME column in nuero ps #1189

Closed
atemate opened this issue Nov 22, 2019 · 0 comments · Fixed by #1274
Closed

Increase length of the NAME column in nuero ps #1189

atemate opened this issue Nov 22, 2019 · 0 comments · Fixed by #1274

Comments

@atemate
Copy link
Contributor

atemate commented Nov 22, 2019

Let's increase the space for the name so that most job names are not shifted to the new line. Pesonally, I usually use double-click on the job name to "select the whole job name" and then use it. But when it's shifted to another line, double-click doesn't work.

Currently, the name len is 20 chars out of possible 40. In Template, we prefix all jobs, and the longest prefix is len("tensorboard-") == 12. Plus, the project name, which we don't expect to be too short (let's reserve around 25: len('my-cool-pytorch-project') == 23).

So here I propose to forbid shifting job name to a new line in neuro ps output.

Note: if the line becomes too long, we could shorten other fields and finally remove the Description whom no one use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants