bi-aidetection icon indicating copy to clipboard operation
bi-aidetection copied to clipboard

Processing Image does not timeout if DS crashes

Open wjcloudy opened this issue 4 years ago • 1 comments

If the deepstack engine (but not it's web/API interface) crashes - AI tool gets stuck awaiting processing as it waits for deepstack to return the request forever. Ideally it should timeout after 30 seconds or so, throw an error and await the next task.....

wjcloudy avatar Jul 23 '20 15:07 wjcloudy

I fixed that in a fork gentlepumpkin can merge. Think I set the timeout to 2 minutes.

VorlonCD avatar Jul 23 '20 16:07 VorlonCD