Skip to content

Commit 8f20c74

Browse files
committed
Increase all Horizon trim times to 90 days
1 parent 6727c82 commit 8f20c74

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

config/horizon.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,15 @@
9898
|
9999
*/
100100

101+
// 129600 = 90 days
102+
101103
'trim' => [
102-
'recent' => 40320,
103-
'pending' => 40320,
104-
'completed' => 40320,
105-
'recent_failed' => 40320,
106-
'failed' => 40320,
107-
'monitored' => 40320,
104+
'recent' => 129600,
105+
'pending' => 129600,
106+
'completed' => 129600,
107+
'recent_failed' => 129600,
108+
'failed' => 129600,
109+
'monitored' => 129600,
108110
],
109111

110112
/*

0 commit comments

Comments
 (0)