【发布时间】:2019-11-15 05:23:41
【问题描述】:
我正在尝试在 Google Cloud 中运行一个 python 脚本,该脚本将每天一次将 50GB 的数据下载到存储桶中。该下载可能需要比 Google Cloud Functions 上设置为 9 分钟的超时限制更长的时间。 调用python函数的请求由HTTP触发。
有没有办法解决这个问题?我不需要运行 HTTP Restful 服务,因为它每天从外部源调用一次。 (无法安排)。
整个前提是将大量数据直接下载到云端。 感谢您的任何建议。
【问题讨论】:
标签: python google-cloud-functions long-running-processes