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
At the moment, we don't use any page caching, and there is some ad hoc caching within django-tutelary that is dangerous for a multi-process environment such as the UWSGI-based setup we use in production. To fix both of these issues, we should switch to using the Django caching framework in django-tutelary (Cadasta/django-tutelary#32) and should then set up memcached-based caching in production.
The text was updated successfully, but these errors were encountered:
At the moment, we don't use any page caching, and there is some ad hoc caching within django-tutelary that is dangerous for a multi-process environment such as the UWSGI-based setup we use in production. To fix both of these issues, we should switch to using the Django caching framework in django-tutelary (Cadasta/django-tutelary#32) and should then set up memcached-based caching in production.
The text was updated successfully, but these errors were encountered: