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:

committed by
Manish Verma

parent
0ca9475261
commit
8e006192b1
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user