gdg-tangier / cloud-pubsub

Google Cloud Pub/Sub for Laravel
MIT License
48 stars 6 forks source link

How is it possible to use this package on Google Cloud Run? #22

Closed bhaidar closed 2 years ago

bhaidar commented 3 years ago

Hello,

I am wondering how could we use this package on Google Cloud Run? The queue process has to be running all the time while the container might be turned off by Google.

Any recommendations or suggestions?

Thanks

amranidev commented 2 years ago

This package is made to be with the Laravel framework, not sure if the Google Cloud Run allows to run jobs on the background tho.