1
0
forked from poc/pds

Merge pull request 'Added without over lapping for auto scheduler' (#109) from ranjith-dev into master

Reviewed-on: poc/pds#109
This commit is contained in:
2025-12-22 08:58:03 +00:00

View File

@@ -9,14 +9,9 @@ Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Artisan::command('auto:scheduler', function () {
$this->call('custom:scheduler');
})->everyMinute();
// Schedule::command('send:invoice-report');
// Schedule::command('send:production-report');
})->everyMinute()->withoutOverlapping();
// app()->booted(function () {
// $schedule = app(Schedule::class);