Removed sla-escalate command from kernal

Removed sla-escalate atrisan command from kernal as the functionality is not working and which is causing the issue while running cron command in v1.10
This commit is contained in:
Manish Verma
2018-08-23 13:41:40 +05:30
committed by Manish Verma
parent 0ca9475261
commit 8e006192b1
2 changed files with 0 additions and 5 deletions

View File

@@ -37,7 +37,6 @@ class Kernel extends ConsoleKernel
$this->execute($schedule, 'fetching');
$this->execute($schedule, 'notification');
$this->execute($schedule, 'work');
$schedule->command('sla-escalate')->everyThirtyMinutes();
if ($this->getCurrentQueue() != 'sync') {
$schedule->command('queue:listen '.$this->getCurrentQueue().' --sleep 60')->everyMinute();
}