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();
|
||||
}
|
||||
|
@@ -21,10 +21,6 @@ Artisan::command('mac-update', function () {
|
||||
$emails = new App\Model\helpdesk\Email\Emails();
|
||||
$emails->update(['password'=>encrypt('')]);
|
||||
})->describe('Updating encrypted value to null');
|
||||
Artisan::command('sla-escalate', function () {
|
||||
$noti = new \App\Http\Controllers\Agent\helpdesk\Notifications\NotificationController();
|
||||
$noti->notificationSla();
|
||||
})->describe('to send notification for sla due');
|
||||
|
||||
/*
|
||||
* Command for pre install check
|
||||
|
Reference in New Issue
Block a user