DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

improved query responses #198

Closed FellowPlanter closed 4 years ago

FellowPlanter commented 4 years ago

This is what an output for one job looks like (if verbosity is not set to 2): Job uid: 0, label: lab, status: JobStatus.QUEUED, assigned work machine uid: None

fixes #190

ammen99 commented 4 years ago

I think something like http://ix.io/2gCp would be sufficient, in this way, we don't have to use external library while still providing relatively sane output.

EDIT: output looks like slurped

FellowPlanter commented 4 years ago

lol I was just about to push the tabulate implementation, but yeah that's better

ammen99 commented 4 years ago

lol I was just about to push the tabulate implementation, but yeah that's better

Oh sorry then.