Telescope Prune
All checks were successful
Push image to registry / build-image (push) Successful in 3m46s

This commit is contained in:
2025-02-19 17:40:57 +01:00
parent a05e5e224d
commit 9ca6ba3018

View File

@ -10,5 +10,9 @@ Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
// Telescope
Schedule::command('telescope:prune')->monthly();
// Jobs
Schedule::job(new HellcaseJob)->daily()->onOneServer()->withoutOverlapping()->name('hellcase')->description('Hellcase job');
// Schedule::job(new HellcaseJob)->everyMinute()->onOneServer()->withoutOverlapping()->name('hellcase')->description('Hellcase job');