We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the MasterSupervisor::basename() contains an extra ':' then the RedisSupervisorRepository::update will set the wrong master field.
MasterSupervisor::basename()
RedisSupervisorRepository::update
master
app/Providers/HorizonServiceProviders.php
horizon/dashboard
The text was updated successfully, but these errors were encountered:
Fixes laravel#618
9b5601d
2bc4b63
Successfully merging a pull request may close this issue.
Description:
If the
MasterSupervisor::basename()
contains an extra ':' then theRedisSupervisorRepository::update
will set the wrongmaster
field.Steps To Reproduce:
app/Providers/HorizonServiceProviders.php
as shown herehorizon/dashboard
route in your browser and you will see the supervisor section is emptyThe text was updated successfully, but these errors were encountered: