appengine icon indicating copy to clipboard operation
appengine copied to clipboard

Go App Engine packages

Results 84 appengine issues
Sort by recently updated
recently updated
newest added

Issue #154 raises the question of structured logging in general, but it needs to be established what is the correct and recommended way to log messages at the various log...

google.golang.org/appengine/v2 is offered as a transition strategy for GAE apps to use some of the longer-term supported GAE services while escaping the go111 runtime. However, the two packages both internally...

Tasks are still added but it never executes anymore. I have tried default and true options for enable_task_running. I can sometimes make it work very rarely after several restarts and...

This is a workaround for https://issuetracker.google.com/issues/225584760. It works in my limited testing, but it certainly has implications on request sizes, etc. The delay package uses gob to encode the function...

Looks like with google.golang.org/appengine v1.6.5 the aetest package is logging build errors when creating a context in a test: ``` go test -v -race ./... === RUN TestWorks INFO 2019-10-18...

Would it be possible to access the search feature (Search API) from a 2gen standard runtime? If so how would I go about doing that? I am thinking either: 1....

I've been trying to use the new `google.golang.org/appengine/v2` module to upgrade a `go111` app that makes heavy use of bundled services. As described in https://cloud.google.com/appengine/docs/standard/go/services/access, I added `app_engine_apis: true` to...

Calling `delay.Func` uses the name of the file from whom this function was called to generate the func key that used in the task invocation. It means that deploying new...

After registering handlers through the method described [here](https://pkg.go.dev/google.golang.org/appengine#Main) and using `appengine.Main()` in the main package, I notice that upon every request and small error is printed into the app engine...