django-crum icon indicating copy to clipboard operation
django-crum copied to clipboard

Safe for high load

Open Afshari9978 opened this issue 4 years ago • 0 comments

Hi. Is using django-crum safe for high frequency usage? I don't want to get other WSGIRequest object from thread, instead of true one. I use Gunicorn on production and have at least 3 workers in it. With this configuration, is it safe?

Afshari9978 avatar Nov 05 '20 20:11 Afshari9978