It4innovations / hyperqueue

Scheduler for sub-node tasks for HPC systems with batch scheduling
https://it4innovations.github.io/hyperqueue
MIT License
272 stars 21 forks source link

Unable to open hq dashboard subcommand #725

Closed jiang-yuha0 closed 1 month ago

jiang-yuha0 commented 1 month ago

I'm running on hq 0.19.0 When I try to run hq dashboard, an error was displayed.

$ hq dashboard
error: unrecognized subcommand 'dashboard'
Kobzol commented 1 month ago

Hi, we have temporarily removed the dashboard in 0.19.0, because we made a large internal refactoring and we did not have enough time to get the dashboard working for this release.

We plan to re-enable the dashboard, and add new features to it, in a future release, probably sometime later this year. If you do need the dashboard, feel free to use 0.18.0.

jiang-yuha0 commented 1 month ago

Thanks!