lkelly93 / scheduler

Schedules and runs foreign code sequentially.
MIT License
0 stars 1 forks source link

Add support for new executable error types. #17

Closed joshua-sterner closed 4 years ago

joshua-sterner commented 4 years ago

/execute/<language> will now respond with HTTP 200 for runtime errors, compilation errors, and time limit exceeded errors, and HTTP 500 for all other errors that may occur during the call to Executable.Run.