【发布时间】:2021-08-26 13:53:39
【问题描述】:
我喜欢为 Google Appengine Endpoints 添加 cron 作业。
但是在 Endpoints 的文档中提到我们无法为 GAE Endpoint 添加 cron 作业。
来自文档:您不能直接从推送任务队列或 cron 作业调用 Google Cloud Endpoint。 GAE端点来源:https://cloud.google.com/appengine/docs/java/endpoints/
有没有办法为端点添加 cron 作业?
Cron 源:https://cloud.google.com/appengine/docs/java/config/cron
【问题讨论】:
标签: java google-app-engine google-cloud-endpoints