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

Does not work with django.core.cache.backends.locmem.LocMemCache #5

Closed
alexef opened this issue Dec 1, 2012 · 3 comments
Closed

Does not work with django.core.cache.backends.locmem.LocMemCache #5

alexef opened this issue Dec 1, 2012 · 3 comments

Comments

@alexef
Copy link

alexef commented Dec 1, 2012

The default django cache, using local memory, does not allow cross process communication.

Without any cache configuration in settings.py, sending messages from a celery task does not work (took some time to figure out why).

Maybe update the README?

@ErikEvenson
Copy link

Does this apply to the django dummy cache as well?

@alexef
Copy link
Author

alexef commented Apr 23, 2013

Yup, dummy cache is no cache at all.

Alex

On Tue, Apr 23, 2013 at 9:48 PM, Erik Evenson notifications@github.comwrote:

Does this apply to the django dummy cache as well?


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-16878349
.

@ErikEvenson
Copy link

Thanks for the fast reply.

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

No branches or pull requests

3 participants