Set command to hourly

This commit is contained in:
myrmidex 2025-06-29 18:34:13 +02:00
parent 6e1affeda3
commit dcb50f53b5

View file

@ -3,4 +3,4 @@
use App\Console\Commands\FetchNewArticlesCommand;
use Illuminate\Support\Facades\Schedule;
Schedule::command(FetchNewArticlesCommand::class)->everyMinute();
Schedule::command(FetchNewArticlesCommand::class)->hourly();