We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ed4cb commit 2d7b31dCopy full SHA for 2d7b31d
routes/console.php
@@ -4,18 +4,15 @@
4
5
Schedule::command('reminder:send')->hourly()
6
->withoutOverlapping()
7
- ->runInBackground()
8
->sentryMonitor();
9
Schedule::command('action-events:clear')->daily()
10
11
12
13
Schedule::command('holidays:sync')->daily()
14
15
16
17
if (config('app.auto_update')) {
18
- Schedule::command('simpede:update')->dailyAt('0:30')
+ Schedule::command('simpede:update')->dailyAt('1:00')
19
20
->runInBackground()
21
->timezone(config('app.schedule_timezone'))
0 commit comments