We are experiencing higher than expected outgoing bandwith. According to appengine docs <https://developers.google.com/appengine/docs/quotas#Requests> outgoing bandwidth is defined as:
Outgoing Bandwidth (billable) The amount of data sent by the application in response to requests. This includes: data served in response to both secure requests and non-secure requests by application servers, static file servers, or the *Blobstore* data sent in email messages data sent over XMPP or the Channel API data in outgoing HTTP requests sent by the URL fetch service. We are still in development mode and have no visitors, don't use the blob store, don't use emails, or XMPP. We do use URL fetch, but the outgoing data would consist of simple get requests. We do use the task queue extensively. Outgoing Bandwidth 10.05 GBytes 9.05 $0.12/ GByte $1.09 (this isn't going to scale well when we ramp up) Any idea where this is coming from? Or how to determine what is adding to the outgoing bandwidth? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
