-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Log errors on gcr - Uncaught signal 14 (Alarm clock) #162
Comments
Hello, I'm seeing the same errors on my Google App Engine application: I can't say what's the precise issue but I can 100% affirm is related to the library. @marickvantuil any idea 🙏 ? Thanks |
Thanks for the report. I've been debugging this issue the past few days and I've come to the conclusion that the Apparently the |
Thanks @marickvantuil i can test around january 7th. |
@marickvantuil I finally came to the conclusion that trying to make Google Cloud Task a Laravel job provider is like trying to fit a square peg into a round hole. They're way too different. I can create and pushed a task just like that:
I'm in a big rush right now but I planned to create an open-source library and a medium post to explain my point of view and how I created it. |
Hi @marickvantuil, about
I fear that it is not the most suitable solution as I read in spec:
I try to verify the issue better, but if so I find it quite problematic in some scenarios. |
Laravel Version: 11.34.2
PHP Version: 8.2
stackkit/laravel-google-cloud-tasks-queue Version: 4.2.1
Hi, on gcr I'm seeing this type of errors related to the POST call on /handle-task:
They seem to be related to the timeout management (signal SIGALRM 14) regulated by the $timeout parameter of the jobs (default laravel 60s).
The jobs are processed correctly and also the related responses to the scheduler but it seems that the process remains active for the duration of the timeout and then exits with an error.
Do you also see this behavior or could it be something related to the docker image? The pcntl extension appears to be activated correctly.
Thanks.
The text was updated successfully, but these errors were encountered: