GoogleCloudPlatform / appengine-symfony-starter-project

Symfony Starter Project on Google App Engine
Apache License 2.0
42 stars 13 forks source link

Instead of using a GCS bucket, we use a memcache stream wrapper to store logs and cache content #17

Closed ltouati closed 7 years ago

googlebot commented 7 years ago

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

bshaffer commented 7 years ago

This is no longer relevant, as we are priming the cache before deployment. Memcache is still being used for caching, but not as a stream wrapper. See #19 and #20