Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate datastore grpc client outside request handler
Generating a datastore grpc client for each request is not required and can lead to auth issues. Here is one of the auth issues in question: googleapis/google-cloud-python#3085 Also note the following issue which is causing the client to need resetting every 30 mins: googleapis/google-cloud-python#2896. This will hopefully be fixed soon.
- Loading branch information