mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
fixed spelling error and removed debug code
This commit is contained in:
parent
48a7febd88
commit
cc871c06ab
@ -128,7 +128,7 @@ class Resque
|
|||||||
/**
|
/**
|
||||||
* Return the size (number of pending jobs) of the specified queue.
|
* Return the size (number of pending jobs) of the specified queue.
|
||||||
*
|
*
|
||||||
* @param $queue name of the queue to be checked for pendign jobs
|
* @param $queue name of the queue to be checked for pending jobs
|
||||||
*
|
*
|
||||||
* @return int The size of the queue.
|
* @return int The size of the queue.
|
||||||
*/
|
*/
|
||||||
|
@ -234,7 +234,6 @@ class Resque_Worker
|
|||||||
public function perform(Resque_Job $job)
|
public function perform(Resque_Job $job)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$this->log("afterFork being triggered", self::LOG_VERBOSE);
|
|
||||||
Resque_Event::trigger('afterFork', $job);
|
Resque_Event::trigger('afterFork', $job);
|
||||||
$job->perform();
|
$job->perform();
|
||||||
}
|
}
|
||||||
@ -584,4 +583,4 @@ class Resque_Worker
|
|||||||
return Resque_Stat::get($stat . ':' . $this);
|
return Resque_Stat::get($stat . ':' . $this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user