Set command to hourly
This commit is contained in:
parent
6e1affeda3
commit
dcb50f53b5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@
|
||||||
use App\Console\Commands\FetchNewArticlesCommand;
|
use App\Console\Commands\FetchNewArticlesCommand;
|
||||||
use Illuminate\Support\Facades\Schedule;
|
use Illuminate\Support\Facades\Schedule;
|
||||||
|
|
||||||
Schedule::command(FetchNewArticlesCommand::class)->everyMinute();
|
Schedule::command(FetchNewArticlesCommand::class)->hourly();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue