justanhduc / task-spooler

A scheduler for GPU/CPU tasks
https://justanhduc.github.io/2021/02/03/Task-Spooler.html
GNU General Public License v2.0
273 stars 24 forks source link

GUI addon link point to 404 #44

Open vroger11 opened 1 year ago

vroger11 commented 1 year ago

In the readme, the link to the gui addon is broken and point to a 404 page

justanhduc commented 1 year ago

Hey @vroger11. Sorry for the late response. Yes it's currently WIP. The project is here. It works with the CPU version only tho. I will try to extend it as soon as I find some time.

BrunnerLivio commented 1 year ago

In case you're interested I recently rewrote a 7 year old project of mine; tsp-web. It's written in Go and you can install it simply by downloading the binary. I've added some additional features around task spooler such as command execution from the UI and styling your labels so your task has more visual distinction.

It suits my use case as is but I am very open to adding more features (e.g. changing sockets, killing/removing individual tasks)

tsp-web is based on the Task Spooler 1.0.2 command line API. Have not had the chance to test it against 2.0 but I highly assume it should be compatible.

screenshot

justanhduc commented 1 year ago

Hey @BrunnerLivio. It looks great! It's really something I'm hoping for for a really long time.