Open jsk1107 opened 1 month ago
@makseq Yes. I checked that page.
I changed ML_TIMEOUT_PREDICT
from 100 to 1000. But It doesn't worked.
And the change in ML_TIMEOUT_PREDICT
value in ML_server that you mentioned seems to be unrelated to the timeout that occurs when syncing storage.
In my case, the same timeout occurs when exporting annotation.
I set the harakiri value(at uwsgi.ini) to 0, but it still doesn't occur timeout.
Describe the bug After connecting local storage and performing sync or connecting ml-backend and performing Retrieve Predictions, a timeout occurs.
To Reproduce Steps to reproduce the behavior:
In progress -> The problem occurs after about 90 seconds(Runtime Error - Gateway TimeOut) -> Still working on the backend.
Still working on the ml-backend.
Screenshots
Environment (please complete the following information):
Additional context I tried modifying the config values of nginx(proxy setting), but it didn't work. I think a timeout occurred on the frontend.
Please help me.