vanvalenlab / kiosk-imageJ-plugin

An ImageJ Plugin for interacting with the DeepCell Kiosk
Other
3 stars 2 forks source link

502 response error when submitting large numbers of images #33

Closed ngreenwald closed 3 years ago

ngreenwald commented 3 years ago

Using the new QuPath script that Pete put together is producing a 502 error message (described in the thread below). It's only around 200 images, so I don't think it's a deepcell.org issue, perhaps QuPath is handling them serially which is causing the bottleneck?

https://forum.image.sc/t/deepcell-tiling/46105

willgraf commented 3 years ago

The 502 error is definitely an issue on our end - The server was temporarily down (maybe the webserver got spun down mid-request or something).

The plugin should likely retry failed attempts a few times before failing, which should resolve this issue.