stackkit/laravel-google-cloud-tasks-queue

ops

azizimohamed opened this issue · 5 comments

I'm seeing the same thing as this
image

Does this happen always or ocasionally? Is this running with Cloud Run or Cloud Functions, or something else entirely?

For me at least it's always, I can't get cloud tasks to run at all using this package. The tasks are created fine but when they run they get the above error. My end point application is App Engine.

Thanks, I had not tried it with App Engine. Just fired up an example Laravel app with App Engine using the official tutorial, but there it's also working for me (tried with both a custom domain and without), so I'm not sure what causes this. Perhaps something with IAM permissions? Is there more detailed logging available? If you have more info to share that could possibly help, that would be much appreciated.

Thank you will close this for now