The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Proc::JobQueue::RemoteDependencyJob - add a remote job to a dependency queue

SYNOPSIS

 use Proc::JobQueue::RemoteDependencyJob;

 Proc::JobQueue::RemoteDependencyJob->new(
        dependency_graph        => $dependency_graph,
        host                    => $remote_host_name,
        %remote_job_args
 );

DESCRIPTION

This is sublcass of Proc::JobQueue::Job. It combines RPC::ToWorker with a Proc::JobQueue.

It's just like using a RPC::ToWorker, except that the job doesn't run right away: it starts up when the job queue is ready to run it.

LICENSE

This package may be used and redistributed under the terms of either the Artistic 2.0 or LGPL 2.1 license.