【问题标题】:Google Cloud Scheduler: Cost of required App Engine instance?Google Cloud Scheduler:所需 App Engine 实例的成本?
【发布时间】: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


    【解决方案1】:

    您可以definitely create 一个按时间间隔运行云功能的调度程序作业。

    但是,App Engine 需要至少启用,因为 Cloud scheduler 需要它(请参阅开始之前部分的第 4 点):

    Cloud Scheduler 使用 App Engine cron 作业,因此 Cloud Scheduler 需要 App Engine 启用和配置。

    您只需要设置 App Engine 的区域,无需部署 App Engine 应用,这会产生费用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-01-17
      • 1970-01-01
      • 1970-01-01
      • 2015-11-05
      • 2015-01-28
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多