[google-appengine] Re: Unable to establish SSL/TLS connection to naked domain

2020-08-14 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello Denis, There could be various reasons for unable to establish SSL/TLS connection to naked domain. It is difficult to determine the root cause and provide work around to resolve the issue without inspecting your Google Cloud Platform project, Stackdriver Logging Logs and internal

Re: [google-appengine] Receiving data from Google Cloud

2020-08-14 Thread Vishnu U
But my source of data is not any cloud storage or cloud data store. Suppose I received data on app engine from raspberry pi and I perform some calculation and want to return that data. Is this possible? -- You received this message because you are subscribed to the Google Groups "Google App

Re: [google-appengine] Receiving data from Google Cloud

2020-08-14 Thread Vishnu U
But my source of data is not any cloud storage or cloud data store. Suppose I received data on app engine from raspberry pi and I perform some calculation and want to return that data. Is this possible? On Sat, 15 Aug 2020 at 6:45 AM, wesley chun wrote: > While App Engine will serve your needs,

Re: [google-appengine] Receiving data from Google Cloud

2020-08-14 Thread wesley chun
While App Engine will serve your needs, based on what you asked, perhaps Google Cloud Functions would be a simpler solution. You can get started immediately by going to the Cloud console's Cloud Functions dashboard

Re: [google-appengine] Re: Transactional tasks delayed

2020-08-14 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Okku, I looked into your case and even though I cannot divulge private information in a public post, there is this[1] article that states that the max is five transactional tasks into the task queues during a single transaction. It also says that the tasks are enqueued, rather than

[google-appengine] Re: GAE - Python3 - Flask - Talisman suddenly throws error module six not found

2020-08-14 Thread Karl-Heinz Müller
Adding six==1.9.0 resolves the issue. The content of the modified requirements.txt: Flask==1.0.2 six==1.9.0 flask-talisman==0.7.0 Maybe my post will help someone else stumbling over the same issue. Curious, why this can happen while using the same versions of the different modules. Some

[google-appengine] GAE - Python3 - Flask - Talisman suddenly throws error module six not found

2020-08-14 Thread Karl-Heinz Müller
Hi, while updating the application today, I noticed that flask-talisman throws an error. File "/env/lib/python3.7/site-packages/flask_talisman/talisman.py", line 17, in from six import iteritems, string_types ModuleNotFoundError: No module named 'six' I use the same versions for flask and

[google-appengine] Receiving data from Google Cloud

2020-08-14 Thread Vishnu U
I am working on a project where I have to send data from Raspberry Pi to Google Cloud, process it, and receive the result back to the same Raspberry Pi. Is this possible using Google App Engine?. If not is there any other service in GCP that can do this functionality? -- You received this

[google-appengine] Reach container/app by hostname

2020-08-14 Thread 'Luca Lupo' via Google App Engine
Hi There, I have 2 clusters: cluster A and cluster B. I have an app A running on cluster A (docker container) and an app B running on cluster B (docker container). All instances of app B needs to send messages (REST API) to app A and I want that to be happening using the app hostname (the

[google-appengine] Unable to establish SSL/TLS connection to naked domain

2020-08-14 Thread Denis Dmitriev
Hi, we were using App Engine bound to naked custom domain for quite some time. At some moment it just stopped working because of inability to establish SSL/TLS connection. We have verified domain registered in Google Admin. App Engine is configured to work on this custom domain. SSL Security

[google-appengine] Re: Cross-contamination between project sandboxes. How do I fix this?

2020-08-14 Thread brenton strine
Hello. I am new here so i'm not sure what the pace is for responses. I just wanted to check in and see if anyone has read this and if you have any ideas. Cheers. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this