5.7.47. Bugzilla::JobQueue::Runner¶
5.7.47.1. NAME¶
Bugzilla::JobQueue::Runner - A class representing the daemon that runs the job queue.
5.7.47.2. SYNOPSIS¶
use Bugzilla::JobQueue::Runner;
Bugzilla::JobQueue::Runner->new();
5.7.47.3. DESCRIPTION¶
This is a subclass of Daemon::Generic that is used by jobqueue to run the Bugzilla job queue.