如何使用 GWT 和 App Engine 运行异步任务?

发布于 2024-10-12 19:59:26 字数 163 浏览 1 评论 0原文

你好 在 App Engine 上启动任务的最佳解决方案是什么? 我想要实现的是注册后每 6 天、16 天、30 天向用户发送电子邮件。该服务应独立于应用程序运行(因此不是用户启动的)。

使用 App Engine 和 GWT (Java) 实现这一目标的最佳方法是什么?

谢谢。

Hi
What would be a best solution to initiate the task on App Engine?
What I am trying to achieve is to send email to user every 6, 16, 30 days after the registration. This service should run independently from the app (so not user initiated).

What would be the best way to achieve this with App Engine and GWT (Java)?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

不弃不离 2024-10-19 19:59:26

您需要使用计划任务 API (PythonJava) 或任务队列 API (PythonJava)取决于您的用例。也许使用任务队列发送初始电子邮件,然后可以通过计划任务生成后续电子邮件。

You'll want to use the Scheduled Task API (Python or Java) or Task Queue API (Python or Java) depending on your use case. Perhaps send the initial e-mail using the task queue and then the follow-up e-mails could be generated via scheduled tasks.

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