Thank you in advance,
I have created jobs and queued them well using the link https://laravel.com/docs/8.x/queues it is working well in local but not in google compute engine when I execute the php artisan queue:work will start running queued jobs but not working over the google compute engine
I used the below config in .env
QUEUE_CONNECTION=databaseHello,
I understand that you have issues running your PHP code on a Compute Engine instance. To help you, what is happening exactly? Are you receiving specific error messages? This would help move the case forward.
From your description, you mentioned Compute Engine. If the problem is with this technology, we may be able to pursue an internal investigation.
Can you please provide more detail of why you are stuck?