Re: [google-appengine] Re: Hidden usage of frontend instance hours

2022-04-26 Thread Diego Crapper
Hello, Ernesto.

Thank you for your reply.

If I remember correctly, setting min_instances = 1 and max_instances = 1
created problems when I tried it. I assume it's a problem when Google needs
to move the app to a different server, update the underlying software and
such.

Regardless, I haven't made any changes since November 3, 2021, and the
billing issues only began last month. There hasn't been any noticeable
increase in traffic, so what changed?

This is my billing report chart:
[image: screenshot.1.png]

Thanks again.



On Tue, Apr 26, 2022 at 7:27 PM 'Ernesto Contreras Pinon' via Google App
Engine  wrote:

> The documentation 
> shows that when instances are increased, instance time is accrued for 15
> minutes after the last request to the instance. This could explain a
> possible accruing of cost that adds up per month. You could try setting an 
> upper
> limit
> of
> 1 instance, so that if an additional instance is created automatically by
> App Engine, it does not use up instance time
> . Do you see other
> costs that might be also adding up from related services? You can filter
> the billing report table
> 
> for your project to see detailed costs of your usage for App Engine.
>
> On Tuesday, April 26, 2022 at 6:55:28 AM UTC-5 di...@sinopsis.com wrote:
>
>> Hello.
>>
>> I have a single service running on App Engine. It's a very-low-traffic
>> website, so I've set it to always have 1 instance running, to avoid lengthy
>> cold starts when someone does visit. It's been running with no problems for
>> a couple of years or so. It always stayed within the free tier. I haven't
>> made changes to it in at least several months.
>>
>> However, since around mid-March, I've been getting charged for extra
>> instance hours. I've checked the console and everything seems normal. The
>> instances chart shows a straight line on 1, with occasional spikes to 2
>> which last for maybe five minutes every couple of hours or so, which is
>> normal due to restarts and such, and certainly doesn't seem enough to go
>> over the 28 free hours per day. Right now, for example, it says that I've
>> used 19 hours today, and that the quota will reset in 5 hours, so 24 hours
>> total.
>>
>> And yet, I keep getting charged. Not a lot, it adds up to maybe 3 or 4
>> dollars a month, but still, I don't know where it's coming from.
>>
>> Did App Engine change something about how hours are billed around
>> mid-March? Any ideas on how to check what's going on?
>>
>> Thanks!
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/VGJlSAlqbjk/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/df1d17f0-211f-443b-a803-cf8a53d78289n%40googlegroups.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOVkKbgai8fUP2_V7KDz3Wq_1neP8OQObO3mNc3gNe5v0zXc1Q%40mail.gmail.com.


[google-appengine] Re: Hidden usage of frontend instance hours

2022-04-26 Thread 'Ernesto Contreras Pinon' via Google App Engine


The documentation  
shows that when instances are increased, instance time is accrued for 15 
minutes after the last request to the instance. This could explain a 
possible accruing of cost that adds up per month. You could try setting an 
upper 
limit 
of
 
1 instance, so that if an additional instance is created automatically by 
App Engine, it does not use up instance time 
. Do you see other 
costs that might be also adding up from related services? You can filter 
the billing report table 
 
for your project to see detailed costs of your usage for App Engine.

On Tuesday, April 26, 2022 at 6:55:28 AM UTC-5 di...@sinopsis.com wrote:

> Hello.
>
> I have a single service running on App Engine. It's a very-low-traffic 
> website, so I've set it to always have 1 instance running, to avoid lengthy 
> cold starts when someone does visit. It's been running with no problems for 
> a couple of years or so. It always stayed within the free tier. I haven't 
> made changes to it in at least several months.
>
> However, since around mid-March, I've been getting charged for extra 
> instance hours. I've checked the console and everything seems normal. The 
> instances chart shows a straight line on 1, with occasional spikes to 2 
> which last for maybe five minutes every couple of hours or so, which is 
> normal due to restarts and such, and certainly doesn't seem enough to go 
> over the 28 free hours per day. Right now, for example, it says that I've 
> used 19 hours today, and that the quota will reset in 5 hours, so 24 hours 
> total.
>
> And yet, I keep getting charged. Not a lot, it adds up to maybe 3 or 4 
> dollars a month, but still, I don't know where it's coming from.
>
> Did App Engine change something about how hours are billed around 
> mid-March? Any ideas on how to check what's going on?
>
> Thanks!
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/df1d17f0-211f-443b-a803-cf8a53d78289n%40googlegroups.com.


[google-appengine] Re: Interactive console enable in app-engine 2nd gen using python flask

2022-04-26 Thread 'Matt Larkin' via Google App Engine
The interactive console is part of the Remote API, which is only available 
for 1st gen python (Py2.7).  There is a note in the docs, implying that the 
Remote API is available for 2nd gen runtimes, but that is not correct, and 
I've submitted a bug to correct it.

On Tuesday, April 26, 2022 at 4:55:35 AM UTC-7 chir...@bluestacks.com wrote:

> How can we enable interactive shell in app engine on the deployed url

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b2c383c5-6731-4f79-9686-b3c9d5ec62abn%40googlegroups.com.


[google-appengine] Re: app verification

2022-04-26 Thread 'Andres Fiesco Casasola' via Google App Engine


“The verification process takes several weeks to account for clarification 
questions and re-submissions. It is common to experience many 
back-and-forths during this review process. Any outstanding items will be 
communicated to you in the verification thread.[1]” 

You should check the verification thread for any updates.  

[1]:
https://support.google.com/cloud/answer/9110914#how-long=%2Chow-long-will-the-verification-process-take

On Tuesday, April 26, 2022 at 6:55:29 AM UTC-5 apokto...@gmail.com wrote:

>
> Our app is still not verified and not get any message for that why app was 
> not verified.
> its taken more than 2 weeks.
>
> can you please help me

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ce21d267-3149-4655-ab99-bbb983428fdan%40googlegroups.com.


[google-appengine] Interactive console enable in app-engine 2nd gen using python flask

2022-04-26 Thread 'Chirantar Gupta' via Google App Engine
How can we enable interactive shell in app engine on the deployed url

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7ab2c2e4-a568-4ee1-a650-253fe939096cn%40googlegroups.com.


[google-appengine] How to ping mailbox address before send out

2022-04-26 Thread 'THE NHUT TRAN' via Google App Engine
Hello,

When I send an email to invalid email, I got 
*550 5.1.1 The email account that you tried to reach does not exist.*

How can i get the message before sending?

I connected to smtp.gmail.com:587
send command *RCPT TO: *
But I always get 250 message, until i send it out and get above 550..

Thank for your help.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0ff2d6d1-741f-488f-a6b4-236b7338b3f4n%40googlegroups.com.


[google-appengine] rcpt to: get 250

2022-04-26 Thread 'THE NHUT TRAN' via Google App Engine
Hi,

I connected to smtp.gmail.com:587
with commands:
EHLO
StartTLS
Auth

But
MAIL TO: 
or
RCPT TO: 

always get 250 as valid email.
I want get 250 if valid and 5xx if invalid.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/97e42822-e990-4e73-8563-e46a48f84f24n%40googlegroups.com.


[google-appengine] Hidden usage of frontend instance hours

2022-04-26 Thread Diego C.
Hello.

I have a single service running on App Engine. It's a very-low-traffic 
website, so I've set it to always have 1 instance running, to avoid lengthy 
cold starts when someone does visit. It's been running with no problems for 
a couple of years or so. It always stayed within the free tier. I haven't 
made changes to it in at least several months.

However, since around mid-March, I've been getting charged for extra 
instance hours. I've checked the console and everything seems normal. The 
instances chart shows a straight line on 1, with occasional spikes to 2 
which last for maybe five minutes every couple of hours or so, which is 
normal due to restarts and such, and certainly doesn't seem enough to go 
over the 28 free hours per day. Right now, for example, it says that I've 
used 19 hours today, and that the quota will reset in 5 hours, so 24 hours 
total.

And yet, I keep getting charged. Not a lot, it adds up to maybe 3 or 4 
dollars a month, but still, I don't know where it's coming from.

Did App Engine change something about how hours are billed around 
mid-March? Any ideas on how to check what's going on?

Thanks!

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4e51c3af-1d88-4cc5-ba8e-a0267a5b6da0n%40googlegroups.com.


[google-appengine] app verification

2022-04-26 Thread Apokto IO

Our app is still not verified and not get any message for that why app was 
not verified.
its taken more than 2 weeks.

can you please help me

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/29cc3603-8001-4d29-be14-dabae9d2dfd1n%40googlegroups.com.


[google-appengine] Messenger bot with dialogflow does not respond to user

2022-04-26 Thread Alexander Coronel
 

I have a messenger bot built with google's dialogflow engine, to respond 
the user I have a webhook. when I send a message with a "hello", the 
default welcome intent its triggered and the webhook it its called and it 
responds to me.

After that I need the products of my business so I write "Comprar" (Buy), 
the Products intent it is triggered and the webhook responds with a 
fulfillment message with a list of available products. In the history 
section in google dialogflow, I can see the json respond of the wekhook 
with the message that the user will receive.

But facebook does not show the message. I use the same webhook for many 
intents, and it is not working in this case.

this is the respond I got in the History section for this case:


{ "id": "f75002cd-2f8a-422a-960d-dd2c9e00b490-74fe87bc", "fulfillmentText": 
"", "language_code": "es", "queryText": "Comprar", "webhookPayload": {}, 
"intentDetectionConfidence": 1, "action": "GET_CATEGORIES", 
"webhookSource": "", "parameters": {}, "fulfillmentMessages": [ { 
"quickReplies": { "title": "Escoge alguna de estas Categorías:", 
"quickReplies": [ "Volver", "", "FIRMA ELECTRONICA" ] } } ], 
"diagnosticInfo": { "webhook_latency_ms": "732.0" }, "webhookStatus": { 
"webhookStatus": { "message": "Webhook execution successful" }, 
"webhookUsed": true }, "outputContexts": [ { "lifespanCount": 1, "name": 
"vercatalogo-followup", "parameters": {} } ], "intent": { "isFallback": 
false, "displayName": "ver.catalogo", "id": 
"41dcecf2-11b6-4e50-8294-b86d849093e1" } }


I hope someone will help me.

Thanks in advance.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/08affce9-c55d-44e3-9831-a136c3cca8a9n%40googlegroups.com.