scikit-image / skimage-sandbox

Server for executing remote snippets (used in examples gallery)
1 stars 4 forks source link

Return error codes after execution #2

Open sharky93 opened 10 years ago

sharky93 commented 10 years ago

e.g. when memory gets full, container dies etc.

sharky93 commented 10 years ago

Client side handling - https://github.com/sharky93/scikit-image/commit/378ea793f3e4cf2790d227556316327bcdeb7bed For when AJAX fails or basic messages on receiving response

sharky93 commented 10 years ago

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