Re: [google-appengine] Python 3 local development: fast startup or static assets, choose one?

2019-12-15 Thread Remko Tronçon
Hi Ryan, > understood, but using a different static file server is not great. it > makes local development diverge significantly from production. local no > longer uses or tests app.yaml's static file handlers, but prod does, so > bugs will eventually pop up that only happen in production, an

[google-appengine] Re: GAE: how to migrate appengine.api for Java8 to google cloud datastore for Java11

2019-12-18 Thread Remko Tronçon
> I appreciate kind advice. I also tried to look the example project. The > issue is that my existing app engine built on datastore since 2011 and > Google announce that datastore will automatically migrate to Firestore. So > there are no user's requirement to do. When I try to deploy existing

[google-appengine] Re: webapp2 maintenance

2019-12-20 Thread Remko Tronçon
Hi Elliott, Can you please provide a link to the repository so that I may be able to > look into it for you? > This is the repository: https://github.com/GoogleCloudPlatform/webapp2 thanks, Remko -- You received this message because you are subscribed to the Google Groups "Google App Engin

[google-appengine] Upgrade standard app engine to Python 3.7?

2019-12-21 Thread Remko Tronçon
https://cloud.google.com/appengine/docs/standard/python/migrate-to-python3/ -- 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...@goo

[google-appengine] Re: webapp2 maintenance

2019-12-24 Thread Remko Tronçon
Hi Shawn, Due to this, you may feel free to reach out to the team through their issue > tracker here[1]. > I tried reaching out in various cases, but nobody seems to be watching. That's why I tried this group as a last resort (under the assumption that webapp2 is historically an important part

[google-appengine] Re: Cloud NDB is now GA

2020-02-24 Thread Remko Tronçon
> We also have a migration guide for NDB > > > at, as part of our broader GAE Python migration documentation > . > We'll continue upda

Re: [google-appengine] Re: Cloud NDB is now GA

2020-02-24 Thread Remko Tronçon
On Monday, February 24, 2020 at 9:52:25 PM UTC+1, Andrew Gorcester wrote: > Cloud NDB is compatible with the Cloud Datastore Emulator; we recommend tests > be done using that, the same way on Cloud NDB as they would be with the Cloud > Datastore library. Using an external emulator is way too slo

[google-appengine] Re: Datastore contention errors after switching from DB to NDB Cloud

2020-03-02 Thread Remko Tronçon
Hi Pierre-Yves, Thanks for your comments. I'm aware of what causes contention errors, and how to resolve them. However, I'm just surprised that moving from the DB (*not* NDB) library to the Cloud NDB library suddenly causes contention errors. (and it's significant; e.g. a model that never used