summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2017-02-13 18:16:54 +0200
committerGitHub <noreply@github.com>2017-02-13 18:16:54 +0200
commitaecb09e89206a7b492cea678f63f09041a757aa5 (patch)
tree2fc9431b1a1d8c5988c79a2f7e6a466a49d70f91
parent3d3a308faae69572ac17fd6c44ac726d0a958cf9 (diff)
parent706b47311d60bcc1d7de9718eb24780800d64ead (diff)
Merge pull request #718 from Netflix-Skunkworks/readme-next-new-thread
Update documentation to include next_adds_job
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3149ec9..cfc5040 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 can 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.