【发布时间】:2021-11-15 04:31:15
【问题描述】:
我想使用谷歌云调度程序在例行调度中调用谷歌云运行函数。
在google cloud scheduler documentation 上声明:
Cloud Scheduler 目前在所有支持的 App Engine 中都可用 地区。要使用 Cloud Scheduler,您的 Cloud 项目必须包含一个 App 位于受支持区域之一的引擎应用程序。如果你的 项目没有 App Engine 应用,您必须创建一个。
我从未使用过应用引擎作为部署目标,也不想这样做。这一项云端运行功能满足了我的需求。
除了stated costs of cloud scheduler pricing 之外,我是否还会为我不使用的服务产生谷歌应用引擎费用?
【问题讨论】:
标签: google-app-engine google-cloud-platform google-cloud-run google-cloud-scheduler