You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added hq worker deploy-ssh to deploy workers to a set of nodes using SSH.
Added hq doc command for accessing documentation about various HQ features from the command-line.
hq journal replay added. It similar to hq journal stream but it will not wait for new events.
More robust initialization of dashboard
Authentication and encryption of client/worker connection can be disabled. It is mostly for testing
and benchmarking purpose. Do not use if you are not in 100% safe environment.
Breaking change
The Python API now requires Python 3.9, up from Python 3.6.
Fixes
Fixes #848, inefficient scheduling of tasks with priorities
HyperQueue will no longer allocate extreme amounts of memory when loading a corrupted journal
Artifact summary:
hq-v0.22.0-*: Main HyperQueue build containing the hq binary. Download this archive to
use HyperQueue from the command line.
hyperqueue-0.22.0-*: Wheel containing the hyperqueue package with HyperQueue Python
bindings.