Skip to content

Commit

Permalink
Hourly Fathom call
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne authored Dec 18, 2023
1 parent 4e3bc2e commit 93a9c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected function schedule(Schedule $schedule): void
$schedule->command(FetchGitHubTotalsCommand::class)->everyThirtyMinutes();
$schedule->command(FetchPackagistTotalsCommand::class)->hourly();
$schedule->command(FetchVeloStationsCommand::class)->everyMinute();
$schedule->command(FetchFathomStatistics::class)->everyMinute();
$schedule->command(FetchFathomStatistics::class)->hourly();
}

public function commands(): void
Expand Down

0 comments on commit 93a9c88

Please sign in to comment.