408 Request timeout while trying to upload multiple files as separate requests #325
Unanswered
knubisoft-hedgehog
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have web application, that uploads files one by one and I'm encountering an issue while developing locally. If I properly understand, it happens, because of synchronous nature of python, but I would like to know if anybody knows the solution for this issue without incresing number of workers
An example how I upload files in javascript (just for understanding that they are not batched in single request):
Right after that on the server side I'm doing:
an issue definitely not in azure or any other service
Beta Was this translation helpful? Give feedback.
All reactions