You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide an option in our appserver caching to use memcached instead of our current in-memory cache. We would need to include something like the hash of a definition contents in the key so we don't get old cache results from a previous run of the appserver and an old GH definition.
Seems like we could check for a memcached environment variable on Heroku and if it exists use that instead of the in-memory cache.
The text was updated successfully, but these errors were encountered:
Seems like we could check for a memcached environment variable on Heroku and if it exists use that instead of the in-memory cache.
We would need to include something like the hash of a definition contents in the key so we don't get old cache results from a previous run of the appserver and an old GH definition. TODO
Provide an option in our appserver caching to use memcached instead of our current in-memory cache. We would need to include something like the hash of a definition contents in the key so we don't get old cache results from a previous run of the appserver and an old GH definition.
Seems like we could check for a memcached environment variable on Heroku and if it exists use that instead of the in-memory cache.
The text was updated successfully, but these errors were encountered: