Links
- Unkeyed structs not accepted. See go-nuts: unkeyed fields?
func RunInBackground(c appengine.Context, f func(c appengine.Context)) error
- Only valid to invoke from manually scaled modules.
- Runs
f
in a background goroutine in this process.f
is provided a context that may outlast the context provided toRunInBackground
.
dispatch.yaml
—Dispatch file- Routing Requests to Modules
- Issue 7927: Allow configurable limit of concurrent requests per instance
max_concurrent_requests