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

Make the queue worker work #128

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Make the queue worker work #128

merged 1 commit into from
Nov 12, 2024

Conversation

simonhamp
Copy link
Member

This appears to be the simplest solution to NativePHP/laravel#346.

For some reason (which I'm not 100% clear on), the queue worker doesn't like it when its STDOUT output isn't piped somewhere, and after a lot of work in rapid succession it just silently falls over.

However, when we explicitly handle its output - or, in this case, prevent it from trying to send output altogether by passing the -q|--quiet option - it runs continuously just fine.

@simonhamp simonhamp merged commit 403b29c into main Nov 12, 2024
5 of 10 checks passed
@simonhamp simonhamp deleted the fix/queue-worker-dying branch November 12, 2024 18:28
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.

1 participant