NAME
Argos::Conf::Map - Implements Argos::Conf
SYNOPSIS
use
Argos::Conf::Map;
my
$conf
= Argos::Conf::Map->new(
'/conf/file'
)->
dump
(
'foo'
);
CONFIGURATION
YAML file that defines sets of watcher parameters index by names. Each set defines the following parameters:
target : targets of watcher, to be devided into batches.
map
: name of
map
code.
batch : name of batch code.
And optional parameters:
thread : number of threads. (
default
1 ).
interval :
time
per iteration. (
default
0 : run back to back )