Optional
argvThe code to run
Optional
envsThe environment variables to run the code
Optional
languageThe language of the code.
Optional
timeoutThe timeout of the code execution. If the code execution times out, the exit code will be 124.
Supported time units: ms (milliseconds), s (seconds), m (minutes), h (hours) Example formats: "500ms", "30s", "5m", "1h" Default: 30s
Optional
workingThe working directory of the code. It not provided, the code will be run in the
box.config.workingDir
directory.
The arguments to run the code. For example, if you want to run "python index.py --help", you should pass ["--help"] as arguments.