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