我有一个谷歌应用程序引擎代码,试图发送一个大小为379KB的附件的邮件.邮件有两个收件人 - 一个在"收件人"列表中,另一个在"BCC"列表中.显然,GAE是治疗这种作为2个不同的邮件这使得它试图发送与附件大小758KB(379*2)的邮件,并导致QuotaExceededException因为它超过每分钟500配额奇KB /分钟.当邮件到达"到"列表中的收件人,密件抄送(我)的一个不接收邮件.
是否可以考虑任务队列服务来解决此问题?将任务队列框架重试收件人时QuotaExceededException发生谁没有得到邮件邮件的发送?
Further, I plan to extend the aforementioned code in such a way that it would send the same mail (with attachment) to several users. This would obvioulsy result in QuotaExceededException if transmission to all recipients is attempted without any time gap. Can Task queue service help me in this case in any way?
归档时间: |
|
查看次数: |
779 次 |
最近记录: |