[google-appengine] Re: How to export more than 50 Kinds from Google Cloud Datastore into the same Cloud Storage Bucket?

2019-09-26 Thread 'Jose Antonio Soni Solchaga' via Google App Engine
It has two limits, its up to 50 concurrent exports and outputs and to initialize up to 20 per minute. It depends totally on the time they take to get exported, if the chunks are small and they get exported fast then you might get close to the limit per minute so i would suggest you to control

[google-appengine] Re: How to export more than 50 Kinds from Google Cloud Datastore into the same Cloud Storage Bucket?

2019-09-23 Thread 'Hamid Raza' via Google App Engine
Hi George, Thanks for your reply. Yes, I do export a chunk of 40 entities in a single operation. And according to my understanding, the limit of 20 export and import requests is actually the limit on the number of times the export and import API can be called in a minute, right? And, I am