Slide 3
Slide 3 text
Motivation: background jobs on GCP?
When running Rails applications on GCP (GAE, GKE), where
is some possibilities for the place to run its background
workers:
● Use Compute Engine
● Create workers on an existing K8s cluster as a
deployment
● Use Cloud Run (today I talk about it)