[google-appengine] New Log Viewer - Unusable

2016-03-10 Thread Rajesh Gupta
New Log viewer is slow with many issues. It is just not usable for production logs. I was examining the logs that are 10 days old. I am using the advance filter. - Don't know if I am scrolling down, wheather the logs are shown older or newer - When given the date, don't know, the logs are searching

Re: [google-appengine] Re: New Log Viewer - Unusable

2016-03-11 Thread Rajesh Gupta
a posting. If you have any concrete >>> issues to report or feature requests to propose, feel free to open a thread >>> in the Public Issue Tracker for the Cloud Platform >>> <https://code.google.com/p/google-cloud-platform/issues/list>. We >>> monitor it ev

[google-appengine] Architecture question

2016-03-18 Thread Rajesh Gupta
Hi, We are using java appengine. We have already using 160 indexes. We plan to expand further with more functionality, but we will hit the 200 index limit. Our current architecture is servlets/jsp, with several GWT modules. What are my architecture options to add more functionality, with out hit

[google-appengine] Deleting Old backups

2016-06-03 Thread Rajesh Gupta
In the datastore admin console, the old backups cannot be seen. It should last few backups only. How to delete backup not shown in the datastore admin console -- Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Accounting/Inventor

[google-appengine] logging order not correctly shown in the logs viewer

2016-06-05 Thread Rajesh Gupta
Hello, I have noticed in the logs viewer, sometimes, that log.info and log.severe logs don't come in order. It happens in both the old logs viewer and new logs viewer -- Regards, Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Ac

[google-appengine] Re: Deleting Old backups

2016-06-05 Thread Rajesh Gupta
How can I delete very old backups? On Fri, Jun 3, 2016 at 6:21 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > In the datastore admin console, the old backups cannot be seen. > It should last few backups only. > > How to delete backup not shown in the datas

Re: [google-appengine] Re: Deleting Old backups

2016-06-07 Thread Rajesh Gupta
there are very old backups since they are not >listed in the Datastore Admin? >- Are these backups stored in a Cloud Storage bucket? >- How old are these backups? > > With the above information, I should be able to provide more tailored > advice. > > On Frid

Re: [google-appengine] Re: Endpoint User Authentication

2016-06-08 Thread Rajesh Gupta
I have seen some posts on the Stack Overflow that, Endpoints will not work with Google Accounts Authentication. I have also tried and it does not work. This means, if you are using UserServiceFactory for authentication, and then make endpoints call through a javascript client , then a User object i

Re: [google-appengine] Re: Endpoint User Authentication

2016-06-08 Thread Rajesh Gupta
nt and > the endpoint, and maybe I can provide some recommendations. > > Cheers, > > Nick > Cloud Platform Community Support > > On Wednesday, June 8, 2016 at 9:39:27 AM UTC-4, Rajesh Gupta wrote: >> >> I have seen some posts on the Stack Overflow that, Endpoints will no

Re: [google-appengine] Re: Deleting Old backups

2016-06-10 Thread Rajesh Gupta
Hi, Any ideas on this. On Tue, Jun 7, 2016 at 7:01 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > In the datastore admin console, there is a section 'Backups' > In that section it does not display all the backups. In my case, 100 > backups are displ

Re: [google-appengine] Re: Deleting Old backups

2016-06-13 Thread Rajesh Gupta
a maximum of 100 results > from the Cloud Storage bucket when it looks for backups. To see older > backups, you can copy them into a different Cloud Storage bucket to restore > from, or reduce the number of backups to less than 100. > > On Friday, June 10, 2016 at 10:09:40 PM UTC-4,

Re: [google-appengine] Re: Deleting Old backups

2016-06-15 Thread Rajesh Gupta
lete some of the oldest ones you can see. Then, you > will start to see even older ones in the list. > > On Friday, June 3, 2016 at 8:51:44 AM UTC-4, Rajesh Gupta wrote: > >> In the datastore admin console, the old backups cannot be seen. >> It should last few backups only.

Re: [google-appengine] Re: Deleting Old backups

2016-06-15 Thread Rajesh Gupta
Any other way. I have to delete 2-3 years old backups which are backed up every day/week. On Thu, Jun 16, 2016 at 8:06 AM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Any other way. I have to delete 2-3 old backups which are backed up every > day/week. > > On

Re: [google-appengine] Re: GAE Latency & Instance issues

2016-07-15 Thread Rajesh Gupta
Hi, Our team has the same issue, and it is still bothering us a lot. Please see the issue. https://code.google.com/p/googleappengine/issues/detail?id=12564 It was raised with the Google Appengine production team. To support the Google team for the evidence, our team slimmed down our project and s

[google-appengine] RemoteAPI - LoginException

2016-07-19 Thread Rajesh Gupta
I am using RemoteApiInstaller installer = new RemoteApiInstaller(); RemoteApiOptions options = new RemoteApiOptions().server(domainName, portNumber) .credentials(userName, passwd); installer.install(options); It is throwing the follow exception com.google.appengine

[google-appengine] Re: RemoteAPI - LoginException

2016-07-19 Thread Rajesh Gupta
server and trying to access remote datastore. On Tue, Jul 19, 2016 at 1:24 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > I am using > RemoteApiInstaller installer = new RemoteApiInstaller(); > RemoteApiOptions options = > new RemoteApiOptions()

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-07-20 Thread Rajesh Gupta
trying to connect to. > See this doc > <https://cloud.google.com/appengine/docs/java/tools/remoteapi>, for > example, for the java way to configure remote API on the server (you need a > special remote api handler on /remote_api). > > Cheers, > > Nick > Cloud

Re: [google-appengine] RemoteAPI - LoginException

2016-07-27 Thread Rajesh Gupta
> > PK > p...@gae123.com > > > > > On Jul 19, 2016, at 12:54 AM, Rajesh Gupta < > rajesh.gu...@veersoftsolutions.com> wrote: > > I am using > RemoteApiInstaller installer = new RemoteApiInstaller(); > RemoteApiOptions options = >

Re: [google-appengine] RemoteAPI - LoginException

2016-07-27 Thread Rajesh Gupta
Yes Protected Area /remote_api/* admin On Thu, Jul 28, 2016 at 11:59 AM, PK wrote: > Do you have any security constraint on /remote_api? > > PK > p...@gae123.com > > > > > On Jul 27, 2016

Re: [google-appengine] RemoteAPI - LoginException

2016-07-31 Thread Rajesh Gupta
day, July 28, 2016 at 9:33:56 AM UTC-4, PK wrote: >> >> Remove it and try again. This is most likely your problem. >> >> --Panos >> >> On Jul 27, 2016, at 11:50 PM, Rajesh Gupta < >> rajesh.gu...@veersoftsolutions.com> wrote: >> &

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-07-31 Thread Rajesh Gupta
ost a link here so I can continue to assist in the > proper forum - I'll be happy to. > > Sincerely, > > Nick > Cloud Platform Community Support > > On Wednesday, July 20, 2016 at 11:23:32 PM UTC-4, Rajesh Gupta wrote: >> >> Hi, >> It was working fine l

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-01 Thread Rajesh Gupta
); installer.install(options); On Mon, Aug 1, 2016 at 10:25 AM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Hello Nick, > > Production issue created. > > https://code.google.com/p/googleappengine/issues/detail?id=13156 > > As mentioned earlier, everyth

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-03 Thread Rajesh Gupta
ud.google.com/appengine/docs/java/tools/remoteapi/javadoc/com/google/appengine/tools/remoteapi/RemoteApiOptions>. > Let me know how that works and I'll be happy to assist. > > Cheers, > > Nick > Cloud Platform Community Support > > On Monday, August 1, 2016 at 3:11:54

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-10 Thread Rajesh Gupta
Application Default Credentials > <https://developers.google.com/identity/protocols/application-default-credentials>. > This document explains all about how default credentials work. > > Sincerely, > > Nick > Cloud Platform Community Support > > > On Wednesday, August 3, 20

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-12 Thread Rajesh Gupta
t; > On Wednesday, August 10, 2016 at 5:00:57 AM UTC-4, Rajesh Gupta wrote: >> >> Hello Nick. >> Followed the link to setup the Application Default Credentials. >> >> https://developers.google.com/identity/protocols/application >> -default-credentials >&g

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-12 Thread Rajesh Gupta
com.veersoft.services.CopyNamespaceServiceImpl g etMasterUserLoginList On Fri, Aug 12, 2016 at 1:17 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Hello Nick, > I have already posted on the issue tracker. > > There is not much code here to demo. It is about the steps and > configuration with the

[google-appengine] Junit and datastore-indexes.xml

2016-08-16 Thread Rajesh Gupta
Hi, I am running the junit tests. Is there a way to specify the datastore-indexes.xml file for the junit tests What I meant, when the running the junit, the code should throw DatastoreIndexNotFoundException if there is no index in the datastore-indexes.xml. What is happening for us is, we run t

[google-appengine] htaccess

2016-09-19 Thread Rajesh Gupta
Hello, We are using java appengine. We are doing the seo for our website. The website is also setup using cloudflare for ssl purpose. http is redirected to https using the cloudflare page rules. Here is what the SEO specialist is expecting and asking us to configure the htaccess file. https://w

[google-appengine] Question on Transactions

2016-10-12 Thread Rajesh Gupta
Hello All, Is it ok to read the object outside of the transaction block, and then modify and save the object in the transaction block Or, should we always read and write the object with in the transaction block for the transactions to work properly private void prepare(Key tk) { final Tri

[google-appengine] Re: [objectify-appengine] Question on Transactions

2016-10-13 Thread Rajesh Gupta
t; > It can get a bit hairier when you have to write in batches because of XG > limits and you need, for example, reference data. At that point you're > making a bit of a tradeoff between correctness, complexity and performance. > > > > On 12 October 2016 at 20:48, Rajesh Gupta

[google-appengine] sms gateway integration

2016-10-13 Thread Rajesh Gupta
Hello, I want to integrate with sms gateway providers. Is there any general way to do it. Normally, each sms gateway has the api and the key. Our clients are using different sms gateways. This means, I have to change the code for each sms gateway. What is the good way to integrate with all sms

[google-appengine] Entitites in the transaction

2016-12-09 Thread Rajesh Gupta
Hi, I am getting the error. "operating on too many entity groups in a single transaction" Is there a way to find the entities that are participating in the transaction? Any logs or any flag that can be enabled that tells about the entities in the transaction? -- Regards, Rajesh *www.VeersoftS

[google-appengine] Re: Entitites in the transaction

2016-12-09 Thread Rajesh Gupta
I am noticing a weird behavior. I am finding that there are only 13 entity groups (by doing logging in all puts and deletes). But the transaction is failing with the message "operating on too many entity groups in a single transaction" On Fri, Dec 9, 2016 at 2:11 PM, Rajesh Gupta &

Re: [google-appengine] Re: Entitites in the transaction

2016-12-09 Thread Rajesh Gupta
es exceed the 25-entity-groups limit in one transaction...? > > Alex > > > On Fri, Dec 9, 2016 at 2:06 AM, Rajesh Gupta veersoftsolutions.com> wrote: > >> I am noticing a weird behavior. >> I am finding that there are only 13 entity groups (by doing logging in >> all

Re: [google-appengine] Re: Entitites in the transaction

2016-12-11 Thread Rajesh Gupta
legroups.com > Date: Friday, December 9, 2016, 11:51 PM > > Hmmm, just > guessing: perhaps if you also log the `get`s (as well > as >the > `put`s and `delete`s that you say you're already > logging) you'll find that the total does exceed the >

Re: [google-appengine] Re: Entitites in the transaction

2016-12-14 Thread Rajesh Gupta
Dear Appengine team, Any way to find out the entities participating in the transaction?? I have put logs, and as per my logs analysis, there are only 13 entity groups, that are used in the transaction. However the transaction is not successful On Sat, Dec 10, 2016 at 11:08 AM, Rajesh Gupta

[google-appengine] Entities participating in the transaction

2016-12-14 Thread Rajesh Gupta
I had posted this issue in another thread, but that thread had spamming, and so, I am starting a new email. Sorry about this. I am getting the error. "operating on too many entity groups in a single transaction" Is there a way to find the entities that are participating in the transaction? Any

[google-appengine] 4 Instance spinning in 4 secs

2016-12-25 Thread Rajesh Gupta
Hello Following is the traffic to our website. You can see suddenly, there are new four instances ('i' in the orange color denotes log.warning). I do log.warning in my context listener. Between 23:32 & 23:36, ie 4 secs, there are new four instances. The traffic could have well served with the n

[google-appengine] Re: 4 Instance spinning in 4 secs

2016-12-25 Thread Rajesh Gupta
Sorry, in 4 minutes (not 4 sec) there are 4 new instances. You can see that betwee 23:32 & 23:36. There are only 6-7 requests during that time. On Mon, Dec 26, 2016 at 7:57 AM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Hello > Following is the traffic to our

[google-appengine] In queries and cursors limitation

2017-01-17 Thread Rajesh Gupta
I have the following Public class Invoice { @Id Long id Key partyKey; Status status } enum Status { PAID, PARTIAL_PAID, PENDING, DRAFT } I want to find all invoices with Status = PAID, PARTIAL_PAID, so I do the IN query ofy.query(Invoice.class).filter("status in", [PAID, PARTIAL_PAID]

Re: [google-appengine] Re: In queries and cursors limitation

2017-01-19 Thread Rajesh Gupta
l your existing invoices. And > you'll need to one-time update all your existing invoices whenever your > QueryableStatus logic changes. > > > > On Tuesday, 17 January 2017 20:38:53 UTC-8, Rajesh Gupta wrote: >> >> I have the following >> >> Public

[google-appengine] Doing Totals/aggregates

2017-01-26 Thread Rajesh Gupta
Hi, I have the following Entities (Shown in objectify style) I want to do several reports for this data with different invoice date ranges. - Sales by customer - Product Qty sold by product - Product value by product The reports can be filtered with any Date range like 'Last Month', 'Last Qtr'

[google-appengine] Re: [objectify-appengine] Doing Totals/aggregates

2017-01-26 Thread Rajesh Gupta
nt to do that, queries in batches on > backends is the way to go, but this kind of reporting is the datastores > weakspot. > > On Thursday, 26 January 2017, Rajesh Gupta veersoftsolutions.com> wrote: > >> Hi, >> >> I have the following Entities (Shown in object

[google-appengine] Authenticating Users on App Engine Using Firebase

2017-02-05 Thread Rajesh Gupta
https://cloud.google.com/appengine/docs/python/authenticating-users-firebase-appengine The above tutorial is for python. Where can I find the example using Java appengine. -- Regards, Rajesh *www.VeersoftSolutions.com * *www.GainERP.com

Re: [google-appengine] Re: 4 Instance spinning in 4 secs

2017-02-06 Thread Rajesh Gupta
. > > Cheers, > > Nick > Cloud Platform Community Support > > > On Sunday, December 25, 2016 at 9:56:07 PM UTC-5, Rajesh Gupta wrote: > >> Sorry, in 4 minutes (not 4 sec) there are 4 new instances. You can see >> that betwee 23:32 & 23:36. &g

Re: [google-appengine] Re: Doing Totals/aggregates

2017-02-08 Thread Rajesh Gupta
All of the above solutions involve more expertise and time, which is not suitable for small teams. Ofcourse, they achieve good results for large data and big companies. Small companies will loose the benefit of using the appengine paas with such wide solutions. It is beneficial to provide some agg

Re: [google-appengine] Re: Doing Totals/aggregates

2017-02-10 Thread Rajesh Gupta
12 months based on recent month's growth? The > answer to this should help you decide whether to invest time into > replicating data into a aggregation tool like BigQuery and building useful > queries for reporting. > > On Wednesday, February 8, 2017 at 4:46:28 AM UTC-5, Rajesh

[google-appengine] Sudden Ancestor Queries Issue

2017-02-10 Thread Rajesh Gupta
Hi, Suddenly since 12 hrs, our software is throwing intermittent errors when ancestor queries are done for some data and namespaces. We are also finding out for more details and will share as we find. There are no changes in that part of the code, which is executing fine for long time. Anyone ha

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-25 Thread rajesh . gupta
My company have been on appengine over 4-5 years now. We use namespaces a lot, for organising the users data. Better namespaces support in all tools and utilities After the backup, able to selectively restore the namespace data, to another appid Easy Export of namespace data to Google spreadsheet

[google-appengine] Logs Viewer - Export - Stuck

2015-05-04 Thread Rajesh Gupta
Hi I am clicking on the Exports tab in the Logs Viewer. It is stuck, the loading '...' icon does not go away. Rajesh. www.VeersoftSolutions.com www.AccountingGuru.net. *Accounting/Inventory/Orders on Google Cloud Platform.* -- You received this message because you are subscribed to the Google G

Re: [google-appengine] App Engine + Maven + Hot swap of war

2015-05-04 Thread Rajesh Gupta
My company is familiar with javascript tools, and hence, trying to explore grunt task here, to copy the modified jsp/html file to the target folder. On Fri, May 1, 2015 at 10:42 AM, Vinny P wrote: > On Tue, Apr 28, 2015 at 4:07 AM, Carl Emmoth > wrote: > >> so is it possible to run maven devse

Re: [google-appengine] Oracle Database in an App Engine Application

2015-05-08 Thread Rajesh Gupta
You can use the Managed VM's. Here you could install oracle. Then you can use the cloud end points api. In the api, connect to the oracle database, and return the data. https://github.com/GoogleCloudPlatform/appengine-java-vm-guestbook-extras Rajesh www.AccountingGuru.net www.VeersoftSolutions.

[google-appengine] Re: appstats analysis - Same request - Too much difference in serving time.

2015-08-04 Thread Rajesh Gupta
. On Sat, Aug 1, 2015 at 10:12 AM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > resending... as it did not post earlier. > > > Attached are the two screen shots showing the appstats > - same request > - same appengine instance > - same user > > The fi

Re: [google-appengine] Re: appstats analysis - Same request - Too much difference in serving time

2015-08-09 Thread Rajesh Gupta
timized in theory. It looks, for one thing, that > you're making a lot of calls. Have you considered somehow batching or > grouping these queries into single operations? > > Best wishes, > > Nick > > On Monday, August 3, 2015 at 10:17:00 PM UTC-4, Rajesh Gupta wrote: &g

[google-appengine] Re: appstats analysis - Same request - Too much difference in serving time

2015-08-09 Thread Rajesh Gupta
hing, that > you're making a lot of calls. Have you considered somehow batching or > grouping these queries into single operations? > > Best wishes, > > Nick > > On Monday, August 3, 2015 at 10:17:00 PM UTC-4, Rajesh Gupta wrote: >> >> Attached are the t

Re: [google-appengine] Re: appstats analysis - Same request - Too much difference in serving time

2015-08-10 Thread Rajesh Gupta
milar between the requests. You >> can read about Objectify caching here >> <https://github.com/objectify/objectify/wiki/Caching>. >> >> I hope this proves to be a useful resource for you. Let me know if you >> have any more questions after this and I'll be g

[google-appengine] instances are spinning - how to specify fixed instances.

2015-08-14 Thread Rajesh Gupta
Hi, We are in the process of looking at our latency issues In this context, it is becoming very difficult, because the instances are spinning and getting killed. So, we don't have the logs of the which instance are serving the request, because the instances are shutdown immediately, and if we go i

[google-appengine] Re: instances are spinning - how to specify fixed instances.

2015-08-14 Thread Rajesh Gupta
I have the following in the appengine-web.xml F1 2 2 10s 10s Attached is the screenshot, and it shows 3 instances. I have not issued any traffic, and yet shows 3 instances, instead of 2 instances. On Fri, Aug 14, 2015 at 3:30 PM, Rajesh Gupta < rajesh

Re: [google-appengine] Re: appstats analysis - Same request - Too much difference in serving time

2015-11-24 Thread Rajesh Gupta
e > that our troubleshooting abilities are limited when handled in the format > of a Groups thread. > > Best wishes, > > Nick > > > On Monday, August 10, 2015 at 10:59:12 PM UTC-4, Rajesh Gupta wrote: >> >> Thanks Jeff and Nick. >> >> The entities

[google-appengine] data change for large number of namespaces

2015-11-24 Thread Rajesh Gupta
Anyone using namespaces for real projects? Cloud Dataflow was my latest attempt to do the data changes for entities in large number of namespaces. The dataflow pipelines also does not help here Anyone has any framework developed to do migration/process data for large number of namespaces. -- Ra

Re: [google-appengine] Re: data change for large number of namespaces

2015-11-27 Thread Rajesh Gupta
, etc.? > > > On Wednesday, November 25, 2015 at 1:35:51 AM UTC-5, Rajesh Gupta wrote: >> >> Anyone using namespaces for real projects? >> >> Cloud Dataflow was my latest attempt to do the data changes for entities >> in large number of namespaces. The d

[google-appengine] Issue: New Datastore console

2015-12-08 Thread Rajesh Gupta
In the new Datastore console, Go to the Entities screen. Start typing the namespace. It does not suggest the namespaces. -- Rajesh *www.VeersoftSolutions.com * *www.AccountingGuru.net * *Accounting/Inventory/Orders on Google Cloud

[google-appengine] Appengine Endpoints Api Explorer 'time to execute'

2017-02-28 Thread Rajesh Gupta
Hi, I am testing the deployed endpoints. Its a simple api with 3 fieds I am testing using the API explorer console. Please find the attached screen shot. In that screen, I fill all the fields and do 'Execute' The results is displayed along with the 'time to execute' This time shown varies very w

Re: [google-appengine] Re: Appengine Endpoints Api Explorer 'time to execute'

2017-03-01 Thread Rajesh Gupta
Google Endpoints are you using? > > > Il giorno mercoledì 1 marzo 2017 03:52:48 UTC+1, Rajesh Gupta ha scritto: >> >> Hi, >> I am testing the deployed endpoints. Its a simple api with 3 fieds >> I am testing using the API explorer console. >> >> Please find

Re: [google-appengine] Re: State of Java 8 on App Engine (not the flexible env)

2017-03-02 Thread Rajesh Gupta
Our company is now looking java appengine endpoints frameworks (endpoints version 2.0), after working with endpoints 1.0 for long time In the quickstart https://cloud.google.com/endpoints/docs/frameworks/java/quickstart-frameworks-java The documentation is mentioning about java 8 download. What d

[google-appengine] Composite index - ZigZag Merge

2017-03-06 Thread Rajesh Gupta
Hi, I have the following ofy class class Job { @Id Long id; @Index String tenantId; @Index long partyOrgId; @Index long seqId } ofy.query.filter("tenantId", tenantId).filter("partyOrgId", partyOrgId).sort("-seqId").first().now(); The above query throws an composite needed index

Re: [google-appengine] Parameterized type com.googlecode.objectify.Key not supported.

2017-03-15 Thread Rajesh Gupta
Trying to do further investigation on the same issue. I typed http://localhost:/_ah/api in the browser I got the following ErrorFailed to retrieve API configs with status: 400 What can be wrong going here? Regards, Rajesh *www.VeersoftSolutions.com * *www

Re: [google-appengine] Parameterized type com.googlecode.objectify.Key not supported.

2017-03-15 Thread Rajesh Gupta
rmers = { KeyTransformer.class }) Still we get the same error. On Wed, Mar 15, 2017 at 3:51 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Trying to do further investigation on the same issue. > > I typed http://localhost:/_ah/api in the browser > >

Re: [google-appengine] Parameterized type com.googlecode.objectify.Key not supported.

2017-03-15 Thread Rajesh Gupta
, and now we are using only the Transformers in the @Api annotation. Everything is fine. Thanks. On Wed, Mar 15, 2017 at 4:30 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > We are using ofy Key, so transformers class is also added to the @Api > annotation to take care of

[google-appengine] Huge Variation in datastore_v3.Get() time

2017-03-22 Thread Rajesh Gupta
Hello, I am analyzing the trace of the request. Please find attached. The datastore_v3.Get() api call duration varies from 11ms to 131ms. If there are more datastore_v3.Get(), then the response time is highly unpredictable. Regards, Rajesh *www.VeersoftSolutions.com

[google-appengine] Log Viewer - Logs are displayed after 1-2 minutes

2017-03-29 Thread Rajesh Gupta
Hello, The logs in the LogViewer are not displayed immediately when you refresh the logs. It takes 1-2 minutes for the logs to be displayed in the Log Viewer. Regards, Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Accounting/Inve

[google-appengine] Flexible & Standard Appengine - Java

2017-04-23 Thread Rajesh Gupta
We are on java standard appengine for 5+ years. Just want to know, what is not available in Flexible env that is available in the Standard? What are the showstoppers to move to a flexible appengine env from a Standard appengine. -- Regards, Rajesh *www.VeersoftSolutions.com

[google-appengine] unnecessary instance spinning causes latency issues

2017-05-17 Thread Rajesh Gupta
We are using Java appengine standard. The appid is our test server with 1 min instance running always on F1 Even if there is no traffic, the instances are spinning. This is not good. Why should there be so many instance restarts. Low traffic website are facing the following latency because of

Re: [google-appengine] Re: curl - Java Standard Appengine Latency analysis

2017-05-24 Thread Rajesh Gupta
ibe along with a time frame for > when you've been able to reproduce these results. > > > On Tuesday, May 23, 2017 at 3:07:16 AM UTC-4, Rajesh Gupta wrote: >> >> Hello Team, >> >> Java Appengine zone: *asia-southeast1-a* >> >> I have Java st

[google-appengine] Google cloud shell

2017-06-14 Thread Rajesh Gupta
Hello, The google cloud shell provision f1-micro compute engine. I am building mvn project, and it is very slow for gwt compilation Is there a way to get a more power machine for the google cloud shell. Regards, Rajesh *www.VeersoftSolutions.com * *www.FieldGain

[google-appengine] Alternate to mapreduce

2017-07-21 Thread Rajesh Gupta
Is there any alternate to mapreduce framework. Mapreduce is not supported well for namespaces and its api is not simple and it is not documented well. Cloud dataflow lies outside the appengine expertise. We cannot use objectify in dataflow. Does Google console datastore UI team has any plans to

[google-appengine] Appengine Location

2017-09-19 Thread Rajesh Gupta
What is a good appengine location to choose, if you are serving primarily the India customers. -- Regards, Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mob

Re: [google-appengine] Re: Why is GAE not popular?

2017-11-01 Thread Rajesh Gupta
I really like it a lot. Especially for small teams, you don't have to worry about dev-ops. Our company is running the SaaS service for 5+ years with out dev-ops. With all the improvement over the years, and the java8 available, it is really a platform to go with. I highly recommend. Just use th

[google-appengine] Move my appid to SouthAsia region

2017-11-07 Thread Rajesh Gupta
Hi, Is there way to move my appid from US regsion to SouthAsia (Mumbai) region. Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile* -- You received this

[google-appengine] cloud shell

2018-02-23 Thread Rajesh Gupta
I am using Cloud shell. It keeps saying 'Establishing connection to your Google Cloud Shell... ' I launch the code editor. It says 'loading resources..' and it takes long time or hangs. -- Regards, Rajesh *www.VeersoftSolutions.com * *www.GainERP.com

[google-appengine] Re: cloud shell

2018-02-23 Thread Rajesh Gupta
I did the following - used a different browser - tried in incognito mode It is not consistent. It connects sometimes. Sometime, codeeditor does not launch On Sat, Feb 24, 2018 at 12:47 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > I am using Cloud shell. > >

[google-appengine] java8 parallel streams

2018-03-14 Thread Rajesh Gupta
Hi, Writing code in parallel streams: Will it benefit on java appengine runtime. Because, parallel streams talk about taking advantage of available cores. -- , Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Accounting/Inventory

[google-appengine] sending email at a later date

2018-05-03 Thread Rajesh Gupta
HI, We are in erp & field service management SAAS We use java on appengine. We need email reminders that needs to be sent our later dates. For example, for the invoice due date, a reminder has to be sent 1 day early In field service SAAS, we need to send reminders as SMS 30 min, prior the appo

[google-appengine] Transaction across Java appengine datastore and cloud sql

2018-05-13 Thread Rajesh Gupta
Hi, We are running out of indexes on appengine datastore. We have 10-20 remaining. No time for doing refactoring and to regain the indexes. One thought is to use Cloud sql or Cloud spanner for further development. There are other reasons also to look for alternatives to datastore. (finding talent

[google-appengine] zigzag merge

2018-06-21 Thread Rajesh Gupta
I have 12-15 composite indexes for few KINDS. They got added 4-5 years ago. I am looking to regain indexes Is there a way to reduce the indexes. I am seeing if zigzag has any tool or utility to help find out the redundant indexes. -- Regards, Rajesh *www.GainERP.com * *

Re: [google-appengine] Re: zigzag merge

2018-06-26 Thread Rajesh Gupta
I am not sure whether some indexes are needed, because, I don't know, when that index is used in the application in which path and options and in which corner case. Hence, trying to find any zigzag utility to find that out any equivalent index, so that I am safe, when that corner case gets execute

Re: [google-appengine] Re: zigzag merge

2018-07-02 Thread Rajesh Gupta
+1 It would be nice, if the production system keeps this statistics. It would be give more confidence to remove this, as we know it is not used over time. Currently, queries are written few years ago, and refactored by different people over the the years. There may be a forgetting factor to del

[google-appengine] Firestore in datastore mode

2018-09-04 Thread Rajesh Gupta
Hello, Question on the 3rd generation of datastore ie, Firestore in datastore mode: Does it remove the limitation of 200 index limit? -- Regards, Rajesh *www.GainERP.com * *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile* -- You received

Re: [google-appengine] Re: Firestore in datastore mode

2018-09-05 Thread Rajesh Gupta
limited to 1 per second. > Please review production limits for the Cloud Datastore > <https://cloud.google.com/datastore/docs/concepts/limits>, the maximum > number of composite indexes for a project is still 200. > > > On Tuesday, September 4, 2018 at 8:40:40 AM UTC-4, Raj

[google-appengine] Datastore & Firestore Transaction

2018-10-11 Thread Rajesh Gupta
I am looking to make entry in both datastore and firestore. Is there a transaction planned between the following Firestore in Datastore mode & Firestore in Native mode. Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Accounting/In

[google-appengine] Re: Datastore & Firestore Transaction

2018-10-11 Thread Rajesh Gupta
We are more & more thinking on how to take the benefit of firestore in existing appengine applications. Existing appengine applications can greatly benefit with some kind of guaranteed cross database transactions On Fri, Oct 12, 2018 at 9:25 AM Rajesh Gupta < rajesh.gu...@veersoftsoluti

Re: [google-appengine] Re: Datastore & Firestore Transaction

2018-10-12 Thread Rajesh Gupta
ject> > might help you for more information to choose the right one. > > On Thursday, October 11, 2018 at 11:56:29 PM UTC-4, Rajesh Gupta wrote: >> >> I am looking to make entry in both datastore and firestore. >> >> Is there a transaction planned between the follow

Re: [google-appengine] Re: Datastore & Firestore Transaction

2018-10-16 Thread Rajesh Gupta
Users who are looking to architect existing datastore app and still want to benefit from the firestore native mode, please star this issue. I am requesting some kind of cross database transaction or something that existing apps can write to both datastore as well as firestore native more reliable.

[google-appengine] Datastore export permission only

2018-12-12 Thread Rajesh Gupta
Hello, I am setting up a new user in the IAM. I want only the datastore.databases.export permission. I don't want the ROLE datastore.importExportAdmin Rajesh *www.GainERP.com * *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile* -- You rec

[google-appengine] Re: Datastore export permission only

2018-12-14 Thread Rajesh Gupta
any idea on how to setup a user with only datastore.databased.export permission? On Wed, Dec 12, 2018 at 7:40 PM Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Hello, > I am setting up a new user in the IAM. > I want only the datastore.databases.export permission. &

Re: [google-appengine] Re: Datastore export permission only

2018-12-17 Thread Rajesh Gupta
atabases.export” is not supported > for custom roles. You can find detailed list of all permissions and support > levels here > <https://cloud.google.com/iam/docs/custom-roles-permissions-support#list_of_all_permissions_and_support_levels>. > > > On Friday, December 14, 2018 at

Re: [google-appengine] Re: Datastore export permission only

2018-12-19 Thread Rajesh Gupta
te we agree with you. We're working through some > implementation details for custom roles at the moment, and unfortunately > don't have dates to share. It's definitely in our plans to make this > available though. > > Regards, > Dan > > On Monday, December 17, 2018 a

[google-appengine] cloud shell - boost mode

2018-12-19 Thread Rajesh Gupta
Is there a way to change the instance of the cloud shell in boost mode from *n1-standard-1 VM instance* to a higher instance. Rajesh *www.GainERP.com * *Inventory/Field Service Software on Google Cloud Platform and Mobile* -- You received this message because you are s

Re: [google-appengine] Re: cloud shell - boost mode

2018-12-20 Thread Rajesh Gupta
Hello George, I want a powerful instance in the Google Cloud shell. In burst mode it is n1-standard instance. I want to use this for building and deployment of the app to Google appengine. My app build time is approx about 12-15 min on my local machine with 12 GB ram and i5 7gen, ssd. The same bu

Re: [google-appengine] Re: Datastore export permission only

2019-01-29 Thread Rajesh Gupta
Hi Dan McGrath, When will this feature be released? Rajesh *www.GainERP.com <https://www.gainerp.com/>* *Field Service Software on Google Cloud Platform and Mobile* On Thu, Dec 20, 2018 at 12:01 PM Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Appreciate your repl

  1   2   >