The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 )