From 30911775d4e8a3459102e6fe2f8d5e7fb3bce348 Mon Sep 17 00:00:00 2001 From: Ada Bohm Date: Sun, 25 Jun 2023 14:31:59 +0200 Subject: [PATCH] Changelog updated --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb939a72..95c7953f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,19 @@ ## New features -## Job submission +### Pregenerating access files + +* Via command `hq server generate-access` you can precreate an access file that can be later used for staring server, + and connecting workers, and clients. This is usefull in cloud environments. + +### Job submission + * A new command `hq job forget ` has been introduced. It can be used to completely forget a job, and thus reduce the memory usage of the HQ server. It is useful especially if you submit a large amount of jobs and keep the server running for a long time. -## Automatic allocation +### Automatic allocation + * Autoalloc can now execute a custom shell command/script on each worker node before the worker starts and after the worker stops. You can use this feature e.g. to initialize some data or load software modules for each worker node. @@ -17,6 +24,14 @@ worker stops. You can use this feature e.g. to initialize some data or load soft --worker-stop-cmd "/project/xxx/cleanup-node.sh" ``` +## Changes + +### Access file + +The format of the access file is changed. It is mostly internal change but you can experience parsing error when connecting +an old client/worker to a new server (Connecting a new client/worker to an old server will given you a proper message). + + # v0.15.0 ## Breaking changes