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

[1.x] Prevent memory leak on pulse:check command when using Telescope #426

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

gdebrauwer
Copy link
Contributor

The pulse:check command causes a memory leak when using Telescope because the collected Telescope entries are kept in memory and never written to the database as the command never ends (supervisor daemon). This PR fixes that.

Similar to laravel/reverb#151

@taylorotwell taylorotwell merged commit f2b9d85 into laravel:1.x Nov 29, 2024
13 checks passed
@faustoFF
Copy link

The pulse:work command also has a memory leak, potentially the same problem with Telescope.

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