Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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.