Skip to content

Commit

Permalink
add schedule monitoring (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Oct 25, 2023
1 parent 4b4c48a commit 55b26d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ protected function schedule(Schedule $schedule)
->daily()
->at('06:00')
->timezone('Europe/Bucharest')
->withoutOverlapping();
->withoutOverlapping()
->sentryMonitor();
}

/**
Expand Down

0 comments on commit 55b26d6

Please sign in to comment.