[google-appengine] Re: Is AppEngine caching content?

2020-11-18 Thread Iñigo Martínez de Ubago Vela
Hi Elliot, thank you very much for your support. Actually, it is not easy to isolate a pece of code to reproduce this scenario but, as far as I could find, it looks the behavior is like CDN caching, explained here: https://cloud.google.com/cdn/docs/caching Specially, the part which talks about

[google-appengine] Nodejs Websockets with standard environment

2020-11-18 Thread Pierre Gouthéraud
Hi, I have a Twitch chat bot on a nodejs app engine. I am connecting to Twitch through WebSocket but I get randomly disconnected from time to time. (It usually lasts at least multiple hours before disconnecting.) Can this be related to the fact that I am not using the flex environment ? Thank y