Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 13:56

HyperQueue 0.4.0

New features

  • Streaming - streaming stdout/stderr of all tasks in a job into one file
    to avoid creating many files.
  • Better reporting where job is running.
  • Setting a priority via hq submit --priority <P>
  • Option hq submit --wait ... to wait until the submitted job finishes
  • Command hq wait <id> / all / last to wait for a given job(s)
  • Command hq resubmit <job-id> to resubmit a previous job
  • Command hq cancel all / hq cancel last to cancel all jobs / last job
  • Command hq worker stop all to cancel all workers
  • Command hq server info to get an information about server