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 908d1a9 commit 40ad10eCopy full SHA for 40ad10e
routes/console.php
@@ -11,5 +11,5 @@
11
12
if (! App::runningUnitTests()) {
13
Schedule::command('queue:prune-failed', ['--hours' => 7 * 24])->weekly();
14
- Schedule::command('horizon:snapshot', ['--hours' => 7 * 24])->everyFiveMinutes();
+ Schedule::command('horizon:snapshot')->everyFiveMinutes();
15
}
0 commit comments