Skip to content

Commit

Permalink
Update dump:schedule command to run weekly [API-181]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Nov 30, 2021
1 parent d43e646 commit beeaca9
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 @@ -81,7 +81,7 @@ protected function schedule(Schedule $schedule)

if (env('DUMP_SCHEDULE_ENABLED', false)) {
$schedule->command('dump:schedule')
->monthly()
->weekly()
->sundays()
->withoutOverlapping(self::FOR_ONE_YEAR)
->sendOutputTo(storage_path('logs/data-dump-last-run.log'));
Expand Down

0 comments on commit beeaca9

Please sign in to comment.