Interactions blocked while function running in Django
Hi, I have the issue, that if one user is logged in into my deployed Django project and is doing something, another user at the same time can't do anything because the server will block it. Also, if user 1 is running a task, the same user can't leave the page or click anything else. I am using Django and Gunicorn. Can someone help me? What am I missing? In my local development enviroment everything is fine.
4 Replies