Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Dec 11, 2023
1 parent a8c820e commit 2bed3a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ protected function schedule(Schedule $schedule)
->everyFiveMinutes()
->withoutOverlapping()
->sentryMonitor(
monitorSlug: 'stickeroptimizer-stats_update',
checkInMargin: 1,
maxRuntime: 3,
);
Expand Down

0 comments on commit 2bed3a9

Please sign in to comment.