Skip to content

Commit

Permalink
hide broken job from scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirrell authored Aug 13, 2024
1 parent 0c3dc03 commit 6d8cd4c
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 @@ -28,7 +28,7 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
$schedule->job(new AuditUsers)->dailyAt('4:00')->timezone('America/New_York');
// $schedule->job(new AuditUsers)->dailyAt('4:00')->timezone('America/New_York');

if ($season = Season::current()) {
$schedule->job((new CloseMarket($season))->onConnection('sync'))
Expand Down

0 comments on commit 6d8cd4c

Please sign in to comment.