<<

Bugzilla::JobQueue::Runner

NAME

Bugzilla::JobQueue::Runner - A class representing the daemon that runs the job queue.

SYNOPSIS

 use Bugzilla::JobQueue::Runner;
 Bugzilla::JobQueue::Runner->new();

DESCRIPTION

This is a subclass of Daemon::Generic that is used by jobqueue to run the Bugzilla job queue.

<<