add report for keypress

This commit is contained in:
2025-08-03 14:06:15 +03:30
parent 23587ae958
commit 3973d32a18
3 changed files with 54 additions and 6 deletions

View File

@@ -6,3 +6,8 @@ use Illuminate\Support\Facades\Artisan;
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Schedule::command('report:send-call-stats')->everyTwoMinutes();
Schedule::command('report:send-system-message-stats')->everyThreeMinutes();
Schedule::command('report:send-keypress-stats')->everyFourMinutes();
Schedule::command('report:send-people-message-stats')->everyFiveMinutes();