Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle non-array parameters for "queue" setting in supervisor config #1299

Conversation

PrinsFrank
Copy link
Contributor

When working with supervisors that only handle one queue, it is apparently possible to supply a single string instead of an array of strings (#1298):

'environments' => [
    'production' => [
        'supervisor-1' => [
-            'queue' => [
-                'default',
-                'high-prio'
-            ]
+            'queue' => 'default'
        ],
    ],
],

I can't find in the documentation if this was ever mentioned as a feature, but apparently this broke with the introduction of displaying crashed supervisors.

Fixes #1298

@taylorotwell taylorotwell merged commit 1987f98 into laravel:5.x Aug 9, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implode() method error after updating to the lates version
2 participants