From 092cd32d5ccbd70107a31b61459b0a62d10e0348 Mon Sep 17 00:00:00 2001 From: Nat Morris Date: Mon, 13 Feb 2017 16:05:24 +0000 Subject: notes on new next_adds_job config option --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3149ec9..01bd1da 100644 --- a/README.md +++ b/README.md @@ -743,6 +743,16 @@ map: group: 2 ``` +### Triggered backups + +A node can be moved to head-of-queue via the REST API `GET/POST /node/next/[NODE]`. + +In the default configuration this node will be processed when the next job worker becomes available, it could take some time if existing backups are in progress. To execute moved jobs immediately a new job be added: + +``` +next_adds_job: true +``` + # Hooks You can define arbitrary number of hooks that subscribe different events. The hook system is modular and different kind of hook types can be enabled. -- cgit v1.2.1 From 706b47311d60bcc1d7de9718eb24780800d64ead Mon Sep 17 00:00:00 2001 From: Nat Morris Date: Mon, 13 Feb 2017 16:06:45 +0000 Subject: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 01bd1da..cfc5040 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ map: A node can be moved to head-of-queue via the REST API `GET/POST /node/next/[NODE]`. -In the default configuration this node will be processed when the next job worker becomes available, it could take some time if existing backups are in progress. To execute moved jobs immediately a new job be added: +In the default configuration this node will be processed when the next job worker becomes available, it could take some time if existing backups are in progress. To execute moved jobs immediately a new job can be added: ``` next_adds_job: true -- cgit v1.2.1