-
-
Notifications
You must be signed in to change notification settings - Fork 93
cleanup stray scheduler processes #245
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
base: main
Are you sure you want to change the base?
Conversation
8eef63c
to
d83caac
Compare
…PHP/electron into fix/scheduler-process-EBADF-error
After these changes I haven't seen any The I'll keep a instance running and see if this resolves the issue definitively |
No more EBADF errors after several days of running the app |
Did you close the lid and reopen your Mac ? If you considering fixed. I would recompile my app with this PR to test it. |
Yes with extended sleep overnight. Please do test! 🙏 |
This PR ensures that only one scheduler process runs at a time and that it is properly terminated when needed. The changes add functionality to explicitly kill the scheduler process, preventing potential orphaned processes
Potentially related: NativePHP/laravel#542