bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 424 forks source link

Upload Large Files Bug #605

Open gabrielgaliaso opened 5 years ago

gabrielgaliaso commented 5 years ago

When we are uploading large files or multiple files in the same request and continue to receive request in the application of other URLs, at the time of the successful upload of the files is as if the tenant had been changed.

I don't know if I was very clear about the problem because I didn't find any similar reports on the internet.

We are running with uwsgi.