mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
Add SIGKILL signal for output limits and timeout, add status for output limits
This commit is contained in:
parent
a99ce9ae47
commit
ecdced9ee7
2 changed files with 6 additions and 2 deletions
|
@ -283,6 +283,8 @@ It also contains the `code` and `signal` which was returned from each process. I
|
|||
- `RE` for runtime error
|
||||
- `SG` for dying on a signal
|
||||
- `TO` for timeout (either via `timeout` or `cpu_time`)
|
||||
- `OL` for stdout length exceeded
|
||||
- `EL` for stderr length exceeded
|
||||
- `XX` for internal error
|
||||
|
||||
```json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue