[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 th

[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 Engine