Files
hado/core/routes/console.php
2026-09-04 07:46:35 -03:00

7 lines
189 B
PHP

<?php
use Illuminate\Support\Facades\Schedule;
Schedule::command('hado:tick')->everyMinute()->withoutOverlapping(5)->runInBackground();
Schedule::command('hado:purge')->dailyAt('04:00');