[google-appengine] Need help understanding transactions in tasklets

2019-09-02 Thread Rob Curtis
Hi, I have some code that queues up a task inside *_post_put_hook*. The task retrieves the key and fetches the entity. However sometimes the worker fails because the object for that key hasn't been created yet, but will succeed when it next runs. Note that we're retrieving the object by key, so

[google-appengine] Re: App Engine Console shows deprecation warning about Go upgrade, but why?

2019-09-02 Thread 'Diogo Almeida' via Google App Engine
According to the Go “Release History” document, the Go language release policy determines that “each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release” [1]

[google-appengine] Re: How do I calculate how much AppEngine is costing me?

2019-09-02 Thread 'Diogo Almeida' via Google App Engine
For the sake of the calculator, the configuration you set in App Engine is what you are charged for, regardless of the effective usage. For CPU (cpu parameter in app.yaml), you have set the scaling factor (target_utilization) which will determine when a new instance will spin up. That will de

[google-appengine] Re: Appspot Spam

2019-09-02 Thread Stephen Williams
Thanks, but am I getting dozens. I cannot physically report them all. How many should I report? -- 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-appe

[google-appengine] Access Compute Engine through internal ip address from App Engine

2019-09-02 Thread sujesh thekkepatt
I have an app running in google app engine flexible environment. I also have a compute engine instance running my queue service(docker). Currently, I have exposed a public IP and through which I am connecting app engine and the instance. But I need to use the internal IP address and need to imp