Skip to content

Commit

Permalink
Update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Oct 10, 2024
1 parent cff10b2 commit 3ba02c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
Schedule::command('rune:cache-floor-price')->everyFiveMinutes();
Schedule::command('rune:cache-market-cap')->everyFifteenMinutes();
Schedule::command('rune:cache-holder-count')->hourly();
Schedule::command('rune:cache-transaction-count')->daily();
Schedule::command('rune:cache-volume')->daily();
Schedule::command('rune:cache-transaction-count')->everyFiveMinutes();
Schedule::command('rune:cache-volume')->everyTenMinutes();

Schedule::job(new RetrieveRunePrice(
new Rune(config('rune'))
Expand Down

0 comments on commit 3ba02c5

Please sign in to comment.