appengine
appengine copied to clipboard
Go App Engine packages
When someone tries to run this project in Flex, it gives very weird error messages. I'm thinking an easy fix is to confirm IsStandard() when appengine.Main() is called or fmt.Fatalf()...
Applications that provide multi-tenancy can use the `Namespace` function to set the namespace for a given `context.Context` object. The multi-tenancy topic is documented on [this page](https://cloud.google.com/appengine/docs/standard/go/multitenancy/multitenancy). The `Namespace` function is...
Primarily, this is deleting the travis config for those versions and cleaning up any files with a build tag for these versions.
Hi, I am migrating some unit tests that use aetest package to Google Cloud builder, but unfortunately the tests timeout: ``` === RUN TestCreateUser INFO 2018-09-08 02:53:50,929 devappserver2.py:281] Skipping SDK...
I'm starting with a very simple `go111` app that builds and runs normally on a local dev server via `dev_appserver.py app.yaml`. However, if I try to debug this app via...
HTTP request logging seems fine since #164. However, logging in background threads using a `appengine.BackgroundContext()` always fails with: ``` internal.flushLog: Flush RPC: Call error 3: invalid security ticket: fs-playpen/admin.1.00c61b..." ```...
Especially for Go 1.11, where `appengine.Main` isn't required, it's confusing when people try to use this package without `appengine.Main`. Maybe we should modify the message to point to a doc...
Using proxy is slow, so I tried to connect using direct connection. I got this error > dial unix /cloudsql/trader-2333:us-central1:test/.s.PGSQL.5432: connect: no such file or directory > panic: runtime error:...
Hello, I've installed Google Cloud SDK: ``` Google Cloud SDK 147.0.0 app-engine-go app-engine-go-darwin-x86_64 1.9.50 ``` And my .zshrc has the following lines: ``` # The next line updates PATH for...
There are many useful options in `aetest.Options`, especially the recently added `SupportDatastoreEmulator`. However, it's not possible to pass these options when using `aetest.NewContext()`. Would it be convenient to have a...