Right now, I run ad hoc containers/bots cheaply on GCP by using Cloud Scheduler to turn on a preemptible VM which invokes a Docker container, run a function, and immediately shut it down. (technical details here: https://minimaxir.com/2018/11/cheap-cron/)
Cloud Run seems to obsolete that workflow (and it fits well within the free tier), and I couldn't be happier. Will watch the keynote tomorrow for more!
Cloud Run seems to obsolete that workflow (and it fits well within the free tier), and I couldn't be happier. Will watch the keynote tomorrow for more!