【发布时间】:2019-08-09 14:44:08
【问题描述】:
得到了我想每小时运行一次的 python 3.x 代码。使用 Google Cloud Functions 可以使用哪些选项来实现此目的?
【问题讨论】:
标签: python-3.x google-cloud-functions
得到了我想每小时运行一次的 python 3.x 代码。使用 Google Cloud Functions 可以使用哪些选项来实现此目的?
【问题讨论】:
标签: python-3.x google-cloud-functions
您可以在 Google Cloud Scheduler 上创建一个作业来调用您的 Cloud Function 的端点。 https://console.cloud.google.com/cloudscheduler
【讨论】: