开发者

Defining a processing rate for an App Engine mail queue

开发者 https://www.devze.com 2023-04-03 11:50 出处:网络
I believe the following queue.xml represents the fastest processing rate you can configure for a Task Queue on App Engine:

I believe the following queue.xml represents the fastest processing rate you can configure for a Task Queue on App Engine:

<?xml version="1.0" encoding="utf-8"?>
<queue-entries>
    <queue>
       开发者_如何学运维 <name>fastest</name>
        <rate>50/s</rate>
        <bucket-size>5</bucket-size>
    </queue>
</queue-entries>

I an app were to use this queue to send out emails would it violate the App Engine rate limit for mail services?

If so, what would be a preferable configuration for a mail queue?


You should check your rate against the API limits documentation to see if you'd go over. You could certainly go over at that rate...

0

精彩评论

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

关注公众号