Skip to content

Commit d87c4c8

Browse files
committed
Update dump:schedule command to run weekly [API-181]
1 parent 80d2d45 commit d87c4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function schedule(Schedule $schedule)
8181

8282
if (env('DUMP_SCHEDULE_ENABLED', false)) {
8383
$schedule->command('dump:schedule')
84-
->monthly()
84+
->weekly()
8585
->sundays()
8686
->withoutOverlapping(self::FOR_ONE_YEAR)
8787
->sendOutputTo(storage_path('logs/data-dump-last-run.log'));

0 commit comments

Comments
 (0)