m-lab / mlab-ns-rate-limit

Rate limiting support for mlab-ns
Apache License 2.0
0 stars 0 forks source link

Change query comment character & Revert go runtime for memcache access #21

Closed stephen-soltesz closed 4 years ago

stephen-soltesz commented 4 years ago

For reasons unknown, comment characters that work in the GCP console do not work when provided programatically.

{"message": "Fetch: googleapi: Error 400: Syntax error: Unexpected "/" at [15:9], invalidQuery"}

This change updates the comment character to prevent that error.

As well, the runtimes greater than go111 do not support memcache. Instead, memstore is the preferred RAM store solution. But, we require memcache to interoperate with mlab-ns.


This change is Reviewable

stephen-soltesz commented 4 years ago

Part of https://github.com/m-lab/locate/issues/17