diff options
author | Nat Morris <nat@netflix.com> | 2017-02-13 16:05:24 +0000 |
---|---|---|
committer | Nat Morris <nat@netflix.com> | 2017-02-13 16:05:24 +0000 |
commit | 092cd32d5ccbd70107a31b61459b0a62d10e0348 (patch) | |
tree | 9c836618708ed80f0d2002c12e257ca760ae5f0b /README.md | |
parent | c83c7e87d8e56739aad37a1fa994a63896d2f684 (diff) |
notes on new next_adds_job config option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |