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

App::MadEye::Plugin::Worker::Gearman - work with gearman

SCHEMA

    type: map
    mapping:
        fork_num:
            required: yes
            type: int
        gearman_servers:
            type: seq
            sequence:
                - type: str
            required: yes
        task_timeout:
            type: int
            required: no
        child_timeout:
            type: int
            required: no

AUTHOR

Tokuhiro Matsuno

SEE ALSO

App::MadEye, Gearman::Client, Gearman::Worker