This API lets clients send a Python script that defines main(). The script is executed inside a locked down nsjail environment with: • Limited CPU and memory • A restricted filesystem • No network ...
Python 3.12 job runner that accepts user code/files, executes them in an isolated worker container, streams stdout/stderr via Server-Sent Events (SSE), and exposes a one-shot full-log endpoint. Uses ...