8000 [5.x] Fix supervisor reprovisioning by PrinsFrank · Pull Request #1288 · laravel/horizon · GitHub
[go: up one dir, main page]

Skip to content

[5.x] Fix supervisor reprovisioning #1288

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

Merged
merged 2 commits into from
Jun 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update SupervisorProcess.php
  • Loading branch information
taylorotwell authored Jun 21, 2023
commit 8b53dfda28b69deff5700545302629f0bc4ec098
1 change: 0 additions & 1 deletion src/SupervisorProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public function monitor()
protected function reprovision()
{
if (isset($this->name)) {
// When restarting, the Supervisor checks if it is already running based on this key
app(SupervisorRepository::class)->forget($this->name);
}

Expand Down
0