Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching for tutelary #747

Merged
merged 2 commits into from
Oct 17, 2016
Merged

Caching for tutelary #747

merged 2 commits into from
Oct 17, 2016

Conversation

ian-ross
Copy link
Contributor

Proposed changes in this pull request

  • Bump django-tutelary version.
  • Add cache configuration to development and production settings.

The cache configuration in this PR at the moment is set up the same for development and production. For development, this is the correct DummyCache backend. For production, this needs to be updated to use memcached once memcached is included in the provisioning setup.

When should this PR be merged

This PR should not be merged until @amplifi has modified it to include memcached setup in the production provisioning scripts.

Risks

There shouldn't be any risk to this. It's just caching, and before these changes, django-tutelary wasn't doing any across-process cache invalidation of its internal caches, so this can only make things better!

Follow up actions

I don't know how to do this, but it would be good to have some diagnostics to demonstrate that the cache is really working.

@amplifi amplifi self-assigned this Sep 30, 2016
@ian-ross ian-ross force-pushed the enhancement/tutelary-caching branch 6 times, most recently from db767f5 to b3101db Compare October 6, 2016 16:02
@ian-ross ian-ross force-pushed the enhancement/tutelary-caching branch from b3101db to 19d7dbd Compare October 17, 2016 06:09
@ian-ross ian-ross force-pushed the enhancement/tutelary-caching branch from 19d7dbd to 6ed926f Compare October 17, 2016 14:10
@oliverroick oliverroick merged commit afa0e25 into master Oct 17, 2016
@oliverroick oliverroick deleted the enhancement/tutelary-caching branch October 17, 2016 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants