File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ public static function pop($queue)
128
128
/**
129
129
* Return the size (number of pending jobs) of the specified queue.
130
130
*
131
- * @param $queue name of the queue to be checked for pendign jobs
131
+ * @param $queue name of the queue to be checked for pending jobs
132
132
*
133
133
* @return int The size of the queue.
134
134
*/
Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ public function work($interval = 5)
234
234
public function perform (Resque_Job $ job )
235
235
{
236
236
try {
237
- $ this ->log ("afterFork being triggered " , self ::LOG_VERBOSE );
238
237
Resque_Event::trigger ('afterFork ' , $ job );
239
238
$ job ->perform ();
240
239
}
@@ -584,4 +583,4 @@ public function getStat($stat)
584
583
return Resque_Stat::get ($ stat . ': ' . $ this );
585
584
}
586
585
}
587
- ?>
586
+ ?>
You can’t perform that action at this time.
0 commit comments