Hello,
I'm having some issues with a script I uploaded to Google App Engine for my personal usage. The script is called
GoAgent it allows you to proxy your web browsing traffic through Google App Engine. This is useful because I'm often behind restrictive networks and I don't want all websites to know my IP Address unless absolutely necessary (protects me from getting DDOSed). My problem is that according to my most recent refresh of the Application Dashboard:
| URI | Req/Mincurrent | Requestslast 24 hrs | Runtime MCycleslast hr | Avg Latencylast hr |
|---|
| 0.6 | 2.64K | 7 | 156 ms
|
Often that number will be as high as 2000-6000ms. I tried upgrading my frontend instance from f1 to f4 but it consumed hours like crazy so I turned it back into a f1.
Mainly why is my latency so high? Right now it's fine but what causes it to go so high up?