【问题标题】:How to run Python code in Cloud Functions with a timer [duplicate]如何使用计时器在 Cloud Functions 中运行 Python 代码 [重复]
【发布时间】:2019-08-09 14:44:08
【问题描述】:

得到了我想每小时运行一次的 python 3.x 代码。使用 Google Cloud Functions 可以使用哪些选项来实现此目的?

【问题讨论】:

    标签: python-3.x google-cloud-functions


    【解决方案1】:

    您可以在 Google Cloud Scheduler 上创建一个作业来调用您的 Cloud Function 的端点。 https://console.cloud.google.com/cloudscheduler

    【讨论】:

      猜你喜欢
      • 2017-08-03
      • 2019-05-18
      • 2020-06-16
      • 1970-01-01
      • 2020-05-11
      • 2019-11-15
      • 2017-03-24
      • 2020-10-01
      • 2013-01-02
      相关资源
      最近更新 更多