Skip to content

Commit 81bdb7e

Browse files
Update backup schedule time from 18:30 to 17:30
1 parent 861e8d8 commit 81bdb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
->withoutOverlapping()
1818
->timezone(config('app.schedule_timezone'))
1919
->sentryMonitor();
20-
Schedule::command('simpede:backup')->dailyAt('18:30')
20+
Schedule::command('simpede:backup')->dailyAt('17:30')
2121
->withoutOverlapping()
2222
->runInBackground()
2323
->timezone(config('app.schedule_timezone'))

0 commit comments

Comments
 (0)