Service Control API request count too large

55 views
Skip to first unread message

Thành Nguyễn Xuân

unread,
Jun 7, 2018, 12:33:09 AM6/7/18
to Google App Engine
 I'm using only Gae and Endpoint service . Here is my billing status .

And api 


How can i reduce instance hours ?

billing.png

Stefano Ciccarelli

unread,
Jun 7, 2018, 3:08:47 AM6/7/18
to GAE Group
Do not use the endpoints V2 and the backend instances!!!!

Endpoints creates permanent threads and the backend instances last for at least 24 hours!

We had huge billings in the past months!


--
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 google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/251a391d-8661-4c6b-bec1-fdad35608c9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

Stefano Ciccarelli 
GAE Application Division 
/ Director 
stefano.c...@mmbsoftware.it 

M.M.B. s.r.l. 
via Granarolo, 177/7 - 48018 Faenza (RA) - Italy 
tel. +39.0546.637711 - fax +39.0546.46077 
www.mmbsoftware.it - in...@mmbsoftware.it

Le informazioni contenute in questa comunicazione sono riservate e destinate esclusivamente alla/e persona/e o all'ente sopra indicati. E' vietato ai soggetti diversi dai destinatari qualsiasi uso, copia, diffusione di quanto in esso contenuto sia ai sensi dell'art. 616 c.p., sia ai sensi del DL n. 196/03. Se questa comunicazione Vi e' pervenuta per errore, Vi preghiamo di rispondere a questa e-mail e successivamente cancellarla dal Vostro sistema.

Thành Nguyễn Xuân

unread,
Jun 7, 2018, 5:33:31 AM6/7/18
to google-a...@googlegroups.com
Thank you for your reply. Our project has  3k api request  but has 6m request for  service control API . I will drop Endpoint 

On Thu, Jun 7, 2018 at 2:08 PM, Stefano Ciccarelli <stefano.c...@mmbsoftware.it> wrote:
Do not use the endpoints V2 and the backend instances!!!!

Endpoints creates permanent threads and the backend instances last for at least 24 hours!

We had huge billings in the past months!

Il giorno gio 7 giu 2018 alle ore 06:33 Thành Nguyễn Xuân <xuanth...@gmail.com> ha scritto:
 I'm using only Gae and Endpoint service . Here is my billing status .

And api 


How can i reduce instance hours ?

--
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 google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.


--

Stefano Ciccarelli 
GAE Application Division 
/ Director 


M.M.B. s.r.l. 
via Granarolo, 177/7 - 48018 Faenza (RA) - Italy 
tel. +39.0546.637711 - fax +39.0546.46077 

Le informazioni contenute in questa comunicazione sono riservate e destinate esclusivamente alla/e persona/e o all'ente sopra indicati. E' vietato ai soggetti diversi dai destinatari qualsiasi uso, copia, diffusione di quanto in esso contenuto sia ai sensi dell'art. 616 c.p., sia ai sensi del DL n. 196/03. Se questa comunicazione Vi e' pervenuta per errore, Vi preghiamo di rispondere a questa e-mail e successivamente cancellarla dal Vostro sistema.

--
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 google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.

Dan Ciruli

unread,
Jun 7, 2018, 12:27:16 PM6/7/18
to Google App Engine
Can you tell me if you are using Python or Java?

We will investigate immediately.

Thành Nguyễn Xuân

unread,
Jun 7, 2018, 12:47:01 PM6/7/18
to Google App Engine
I'm using java . 

Here is method i think made problem.

I removed Endpoint and it ok now . With this problem Endpoint cost too much for me

Dan Ciruli

unread,
Jun 7, 2018, 12:50:26 PM6/7/18
to Google App Engine
(note -- we have opened a bug report here. Anyone having similar issues should star the thread so proper weight be given on it. Thank you.

D. T.

unread,
Jun 7, 2018, 2:04:50 PM6/7/18
to Google App Engine
You can continue to use EndpointsServlet and just not use GoogleAppEngineControlFilter, and it should not do this.

D. T.

unread,
Jun 7, 2018, 6:01:33 PM6/7/18
to Google App Engine
Version 1.0.8 of the Java framework is being released now and should be on Maven Central in a few hours. This version should fix the backend instance issue. If you decide to test it, make sure you also set idle timeout in appengine-web.xml: https://cloud.google.com/appengine/docs/standard/java/config/appref#scaling_elements_basic_scaling
Reply all
Reply to author
Forward
0 new messages