We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b7493 commit e978db8Copy full SHA for e978db8
1 file changed
Console/Command/QueueShell.php
@@ -274,7 +274,7 @@ public function runworker() {
274
));
275
}
276
277
- if (($this->_exit && Configure::read('Queue.gcOnExit')) || rand(0, 100) > (100 - Configure::read('Queue.gcprop'))) {
+ if (($this->__exit && Configure::read('Queue.gcOnExit')) || rand(0, 100) > (100 - Configure::read('Queue.gcprop'))) {
278
$this->out(__d('queue', 'Performing old job cleanup.'));
279
$this->QueuedTask->cleanOldJobs($this->_getTaskConf());
280
0 commit comments