关于 GAE 的 20 个预定职位限制
Google App Engine 不允许我们安排超过 20 个 cron 作业。我想知道是否有一种方法可以一次性安排更多的工作。
Google App Engine does not allow us to schedule more than 20 cron jobs. I'm wondering if there is a way to schedule more jobs in a single go.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看 Google App Engine - 任务队列与 Cron 作业。
它将为您提供一些关于如何用任务替换某些 cron 作业的想法。除了拥有多个帐户,每个帐户都执行单独的操作之外,这是执行更多非用户启动的操作的唯一方法。
Check out Google App Engine - Task Queues vs Cron Jobs.
It will give you some ideas for how you can replace some cron jobs with tasks. This is the only way to do more things that are not user initiated, other than having multiple accounts that each do a separate thing.