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

Add support for setting workers name #840

Merged
merged 3 commits into from
May 19, 2020

Conversation

themsaid
Copy link
Member

'supervisor-2' => [
     //...
    'workersName' => 'myworker',
    //...
],

@taylorotwell taylorotwell merged commit 1bff027 into laravel:master May 19, 2020
@@ -17,6 +17,8 @@ class SupervisorCommand extends Command
protected $signature = 'horizon:supervisor
{name : The name of supervisor}
{connection : The name of the connection to work}
{--workers-name=default : The name of the workers}
{--balance= : The balancing strategy the supervisor should apply}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The balance= line is now duplicated, probably not intended to be

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.

3 participants