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 e629b07 commit 96f85e7Copy full SHA for 96f85e7
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# api
2
3
+## 10x.1.1 - 14 March 2024
4
+- Declare Horizon configuration stubs for all known environments
5
+
6
## 10x.1.0 - 14 March 2024
7
- Use Laravel Horizon to supervise queue workers if enabled T342866
8
config/horizon.php
@@ -194,4 +194,9 @@
194
'timeout' => intval(env('HORIZON_TIMEOUT', 60)),
195
],
196
197
+ 'environments' => [
198
+ 'local' => ['supervisor-1' => []],
199
+ 'staging' => ['supervisor-1' => []],
200
+ 'production' => ['supervisor-1' => []],
201
+ ],
202
];
0 commit comments