Queue Requests#

This is an experimental feature of that queues up slow-processing component views to prevent race conditions. For simple components this should not be necessary.

Serialization is turned off by default, but can be enabled in the settings.

Warning

This feature will be disabled automatically if the cache backend is set to “django.core.cache.backends.dummy.DummyCache”.

Local memory caching (the default if no CACHES setting is provided) will work fine if the web server only has one process. For more production use cases, consider using redis, Memcache, or database caching.