Background workers in Cloud Run

(Deze blog is alleen beschikbaar in het Engels) Cloud Run is ideal if you have a stateless service that you need to host somewhere. Just put your code in a container, throw the container over to Cloud Run, and let Cloud Run figure out the tricky things like seamless deployments, autoscaling, networking, loadbalancing, logging etc. […]