I just installed Go 1.6.4 and google-cloud-sdk 1.56.0.0 on osX.
When I attempt to run the local dev_server I get the following warning.
/Users/Bryan/go/src/googl
The corresponding error occurs when mtime_file_watcher.py tries to monitor all files under "GOPATH" but has too many files, so use the skip_files option of app.yaml to check vendor, node_modules and arbitrary number of files Can be avoided by excluding many projects to be monitored.
https://cloud.google.com/appengine/docs/standard/python/config/appref#skip_files
skip_files:
- .*node_modules
- .*vendor
- .*project-name-having-too-many-files