开发者

How to run asynchronous task using GWT with App Engine?

Hi What would be a best solution to initiate the task on App Engine? What I am 开发者_StackOverflowtrying 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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜