Appengine超过配额

时间:2012-12-08 11:53:40

标签: google-app-engine gae-quotas

我已经使用了appengine很长一段时间,但今天,我的应用程序已经超过配额3小时(>我的每日费用)。仪表板的方式显示几乎没有使用任何资源,所以它应该远远没有达到这个每日限制。

同样奇怪的是,发现仪表板显示我达到了我的每日限制这一事实,我注意到我没有检索的问题。只写入数据存储区会产生超额配额异常(com.google.apphosting.api.ApiProxy $ OverQuotaException:API调用datastore_v3.Put()需要的配额多于可用配额)。然而,下面的统计数据表明,那里没有大量的写作。如果我查看配额详细信息,所有指标都是好的。

Billing Status: Enabled ( Daily budget: $2.00 ) - Settings Quotas reset every 24 hours. Next reset: 21 hrs  

Resource                    Usage               Billable Price             Cost

Frontend Instance Hours     4.30 Instance Hours 0.00    $0.08/ Hour     $0.00
Backend Instance Hours      0.00 Instance Hours 0.00    $0.08/ Hour     $0.00
Datastore Stored Data       2.86 GBytes         1.86    $0.008/ GByte-day   $0.02
Logs Stored Data            0.04 GBytes         0.00    $0.008/ GByte-day   $0.00
Task Queue Stored Task Bytes0.00 GBytes         0.00    $0.008/ GByte-day   $0.00
Blobstore Stored Data       0.00 GBytes         0.00    $0.0043/ GByte-day  $0.00
Code and Static File Storage0.12 GBytes         0.00    $0.0043/ GByte-day  $0.00
Datastore Write Operations  0.06 Million Ops    0.01    $1.00/ Million Ops  $0.02
Datastore Read Operations   0.01 Million Ops    0.00    $0.70/ Million Ops  $0.00
Datastore Small Operations  0.00 Million Ops    0.00    $0.10/ Million Ops  $0.00
Outgoing Bandwidth          0.01 GBytes         0.00    $0.12/ GByte       $0.00
Recipients Emailed          0                   0       $0.01/ 100 Recipients$0.00
Stanzas Sent                0                   0       $0.10/ 100K Stanzas $0.00
Channels Created            0%  0 of 95,040     0       $0.01/ 100 Opens    $0.00
Logs Read Bandwidth         0.00 GBytes         0.00    $0.12/ GByte        $0.00
PageSpeed Outgoing Bandwidth0.01 GBytes         0.01    $0.39/ GByte        $0.01
SSL VIPs                    0                   0       $1.30/ Day          $0.00
SSL SNI Certificates        0                   0       $0.06/ Day          $0.00

Estimated cost for the last 3 hours:    $2.00* / $2.00

0 个答案:

没有答案