Skip to content

Commit

Permalink
Schedule the command every minute
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Dec 22, 2024
1 parent 0edf0cb commit bcc4349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

use Illuminate\Support\Facades\Schedule;

Schedule::command('bitcoin:cache-height')->everyMinute();
Schedule::command('bitcoin:cache-price')->everyFifteenMinutes();
Schedule::command('ninja:cache-stats')->everyFifteenMinutes();
Schedule::command('pets:cache-stats')->everyFifteenMinutes();

0 comments on commit bcc4349

Please sign in to comment.