OptionalargvThe code to run
OptionalenvsThe environment variables to run the code
OptionallanguageThe language of the code.
OptionalonOptionalonOptionaltimeoutThe 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
OptionalworkingThe 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.