关于 GAE 的 20 个预定职位限制

发布于 2024-11-26 00:55:43 字数 72 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

轮廓§ 2024-12-03 00:55:43

请查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文