Open sharky93 opened 10 years ago
Client side handling - https://github.com/sharky93/scikit-image/commit/378ea793f3e4cf2790d227556316327bcdeb7bed For when AJAX fails or basic messages on receiving response
We currently specifically provide error messages for "Segmentation Fault" and "Time Limit Exceeded", do you think we should add more error messages? Maybe a general one too - "Something went wrong"?
Time Limit Exceeded - handled by a section here @ https://github.com/scikit-image/skimage-docker/commit/b948255c4fcd223c02b949ed429016362aeb78e4
Segmentation Fault - handled by https://github.com/scikit-image/skimage-docker/commit/2fea8f7e9114942527aa696a0ecdf5bc77e7b780
e.g. when memory gets full, container dies etc.