[google-appengine] swagger integration to Google app engine

2021-04-30 Thread Manu Mathew
Hi Team, I am trying to integrate swagger UI to my java appengine java project. Please can any one suggest how to integrate swagger ui to my app engine project and firebase authentication I am not getting much reference over internet. Thanks, Manu -- You received this message because you

[google-appengine] Re: WebSocket client and auto scaling

2020-09-24 Thread 'manu' via Google App Engine
Hi, you could use another GAE service with maximum scaling = 1, which would act as a proxy to Discord for a new GAE bot service, which would continue scaling as before. The proxy service would just take the connection functionality from the old bot service and modify it minimally to forward

[google-appengine] Re: Tasks: Guaranteed delivery time

2020-08-12 Thread 'manu' via Google App Engine
Hi, as even though Cloud Tasks is not intended for real-time settings, this should not make premature triggering possible, so this looks like a malfunction. I didn't find documentation nor related cases about the premature triggering, either. I recommend you to ask for technical help in Issue

[google-appengine] Re: Non http/https traffic to appengine

2020-04-08 Thread 'manu' via Google App Engine
Hello, just to be sure, do you mean you want to ensure that traffic that is non-http (thus, it is https) is not allowed, and that traffic that is https is not allowed? So you mean you only want to allow http, and not allow https? Anyway, there is no default mechanism to do that using App

Re: [google-appengine] Re: Brazil IP

2019-08-28 Thread Manu Campos
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail>. <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> Em ter, 27 de ago de 2019 às 13:38, 'George (Cloud Platform Support)' via Google App Engine escreveu: > Hello Manu, > > To get an IP from

Re: [google-appengine] Brazil IP

2019-08-26 Thread Manu Campos
Ok! I will add u at night! Tnks Em seg, 26 de ago de 2019 14:31, Saravana Kumar escreveu: > My skype Id is techiesaravana > > On Mon, 26 Aug 2019, 10:40 pm Manu Campos, > wrote: > >> Hi Techie, >> How can I ping you? >> >> >> Em seg, 26 de ago de

Re: [google-appengine] Brazil IP

2019-08-26 Thread Manu Campos
Hi Techie, How can I ping you? Em seg, 26 de ago de 2019 às 14:07, Saravana Kumar escreveu: > Hey > Yes I can set it up for you > Can you ping me > > On Mon, 26 Aug 2019, 10:31 pm Manu Campos, > wrote: > >> Hello guys! >> I need a virtual machine with IP fro

[google-appengine] Brazil IP

2019-08-26 Thread Manu Campos
Hello guys! I need a virtual machine with IP from Brazil. Does anyone know how to set up? Thanks -- 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] Auto Scaling Flex Environment Based On Metrics Other Than CPU Utilization

2017-10-05 Thread Manu Janardhanan
How can we scale Flex environment with metrics other than cpu utilization, like requests per second, stackdriver metrics, time spent by requests in queue etc? The documentation only mentions cpu utilization. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Looking for SalesForce Apex Developer

2016-03-29 Thread Manu Priya
, create apex classes and triggers, Visual Force, troubleshooting skills. *Thanks and Regards,* *Manu Priya* *Sr. Technical Recruiter* *IDC Technologies* *1851 McCarthy Boulevard, Suite 116|Milpitas, CA , USA, 95035* *408-459-5794 [Direct] I **manu.pr...@idctechnologies.com* <manu

[google-appengine] Looking for C++ Developer for San Jose, CA

2016-03-28 Thread Manu Priya
strong in Data-structure and Algorithm *Thanks and Regards,* *Manu Priya* *Sr. Technical Recruiter* *IDC Technologies* *1851 McCarthy Boulevard, Suite 116|Milpitas, CA , USA, 95035* *408-459-5794 [Direct] I **manu.pr...@idctechnologies.com* <manu.pr...@idctechnologies.

[google-appengine] Looking for ETL Tester with MDM (Master Data Management) experience

2016-03-25 Thread Manu Priya
of Rating and Mediation within Wireless Telecom environments · Strong UNIX experience and Command Line level experience · Good shell scripting experience · PL/SQL scripting experience *Thanks and Regards,* *Manu Priya* *Sr. Technical Recruiter* *IDC Technologies

[google-appengine] Getting Server error while uploading application

2012-05-21 Thread Manu Integra
Hi I am using django nonrel to create application. I am trying to upload application by ./manage.py deploy but I am getting the following error Error 500: --- begin server output --- htmlhead meta http-equiv=content-type content=text/html;charset=utf-8 title500 Server Error/title /head body

[appengine-java] Re: Deleted all the data, but Storable Data summary still shows 72%

2010-07-14 Thread Manu
The statistics are not updated instantly. You need to wait for 24 hours before the statistics show the correct figure. Regards Manaranjan On Jul 13, 3:07 pm, Ronin gauravwad...@gmail.com wrote: hi, I deleted all the objects, but Total Stored data still shows 72%. Why ? I tried to lookup the

[google-appengine] Re: how to register more than 10 apps

2009-08-18 Thread Manu
That's great, thanks a lot for your help! Manuel On Aug 18, 12:37 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi manuelaraoz, If you run out of App IDs, you can leave a message here on the forum, and one of us Googlers will increase the number of apps you can create. -Nick

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-08 Thread Manu
to read the source and learn a bit Thanks for your time! Manu On 8 mayo, 11:27, Nick Johnson (Google) nick.john...@google.com wrote: Hi Manu, For now you can get things working again by replacing lines 36 and 37 of bookmark.py with this: ---     def __init__(self, kind, filters={}, _app=None

[google-appengine] dns resolution inside an app engine application?

2008-12-22 Thread manu
There is no way to resolve a hostname from inside an app engine app. Just wanted to check if someone has been able to solve this problem in some creative way. One of the app that I want to deploy needs to be able to resolve hosts. cheers, Manu