v0.14.0-rc1
Pre-release
Pre-release
HyperQueue 0.14.0-rc1
New features
CLI
- #545 Add a new command
hq job summary
,
which displays the amount of jobs per each job state.
Platforms
- HQ can be now compiled for Raspbery Pi
Fixes
Worker
- #539 Fix connection of worker to server
in the presence of both IPv4 and IPv6 addresses.
Job submission
- #540 Parse all arguments from shebang
in a directives file (e.g.#!/bin/bash -l
).
Streaming
- Fixed a bug in closing streaming when tasks are very short and sychronized.
Artifact summary:
- hq-v0.14.0-rc1-*: Main HyperQueue build containing the
hq
binary. Download this archive to
use HyperQueue from the command line. - hyperqueue-0.14.0-rc1-*: Wheel containing the
hyperqueue
package with HyperQueue Python
bindings.