We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826db0c commit a697378Copy full SHA for a697378
app/Domain/Reports/register.php
@@ -32,9 +32,9 @@
32
Log::error($e);
33
}
34
35
- })->name('reports:telemetry')->everyMinute();
+ })->name('reports:telemetry')->daily();
36
37
$scheduler->call(function () use ($reportService) {
38
$reportService->cronDailyIngestion();
39
- })->name('reports:dailyIngestion')->everyMinute();
+ })->name('reports:dailyIngestion')->daily();
40
});
0 commit comments