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 3708d79 commit 861e8d8Copy full SHA for 861e8d8
routes/console.php
@@ -9,14 +9,16 @@
9
if (config('app.auto_update')) {
10
Schedule::command('simpede:update')->dailyAt('01:00')
11
->withoutOverlapping()
12
+ ->runInBackground()
13
->timezone(config('app.schedule_timezone'))
14
->sentryMonitor();
15
}
16
Schedule::command('db:optimize')->monthlyOn(1, '02:00')
17
18
19
-Schedule::command('simpede:backup')->dailyAt('17:30')
20
+Schedule::command('simpede:backup')->dailyAt('18:30')
21
22
23
24
0 commit comments