Skip to content

Commit

Permalink
397. increase inventory update frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich committed Jun 3, 2024
1 parent 5b06077 commit c9f0e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Schedule::job(new \App\Jobs\OneC\UpdateOfflineOrdersJob)->withoutOverlapping()->everyTenMinutes();

Schedule::command('rating:update')->withoutOverlapping()->cron('15 5,11,17,23 * * *');
Schedule::command('inventory:update')->withoutOverlapping()->everyFifteenMinutes()->sentryMonitor();
Schedule::command('inventory:update')->withoutOverlapping()->everyFiveMinutes()->sentryMonitor();

Schedule::command('backup:run')->dailyAt('01:00');
Schedule::command('backup:media')->weeklyOn(Carbon::MONDAY, '03:00');
Expand Down

0 comments on commit c9f0e4c

Please sign in to comment.