We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54fe257 + e978db8 commit 74815a0Copy full SHA for 74815a0
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