parent
988de01e82
commit
00dab0ce04
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
namespace App\Jobs;
|
namespace App\Jobs;
|
||||||
|
|
||||||
|
use App\Models\Setting;
|
||||||
use App\Support\CacheVer;
|
use App\Support\CacheVer;
|
||||||
use App\Support\Setting;
|
|
||||||
use App\Support\WoltGuard\Probes;
|
use App\Support\WoltGuard\Probes;
|
||||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||||
use Illuminate\Foundation\Queue\Queueable;
|
use Illuminate\Foundation\Queue\Queueable;
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
namespace App\Livewire\Ui\System;
|
namespace App\Livewire\Ui\System;
|
||||||
|
|
||||||
|
use App\Models\Setting;
|
||||||
use App\Support\CacheVer;
|
use App\Support\CacheVer;
|
||||||
use App\Support\Setting;
|
|
||||||
use Illuminate\Support\Facades\Cache;
|
use Illuminate\Support\Facades\Cache;
|
||||||
use Livewire\Component;
|
use Livewire\Component;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Artisan::command('inspire', function () {
|
||||||
$this->comment(Inspiring::quote());
|
$this->comment(Inspiring::quote());
|
||||||
})->purpose('Display an inspiring quote');
|
})->purpose('Display an inspiring quote');
|
||||||
|
|
||||||
Schedule::job(RunHealthChecks::class)->everyMinute()->withoutOverlapping()->onOneServer();
|
Schedule::job(RunHealthChecks::class)->everyMinute()->withoutOverlapping();
|
||||||
Schedule::command('spamav:collect')->everyFiveMinutes()->withoutOverlapping();
|
Schedule::command('spamav:collect')->everyFiveMinutes()->withoutOverlapping();
|
||||||
//Schedule::command('woltguard:collect-services')->everyMinute();
|
//Schedule::command('woltguard:collect-services')->everyMinute();
|
||||||
//Schedule::command('mailwolt:check-updates')->dailyAt('04:10');
|
//Schedule::command('mailwolt:check-updates')->dailyAt('04:10');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue