mozilla / snakepit

Machine learning job scheduler
Mozilla Public License 2.0
51 stars 16 forks source link

Lift or increase job description limit of 20 characters #150

Closed reuben closed 5 years ago

reuben commented 5 years ago

It makes it super awkward to describe experiments, I have to make up my own shorthand and then I forget what it means.

tilmankamp commented 5 years ago

This requires defining a new practical size that would work well for the command line tool.

reuben commented 5 years ago

In https://github.com/mozilla/snakepit-client/pull/32 I propose truncating to 40 in the printouts.

tilmankamp commented 5 years ago

Fixed as #171