Closed jpetuchovas closed 3 years ago
@jpetuchovas Can try to run the command with --extra
option to change the max run time in seconds
For example: run-notebook run example.ipynb --extra '{"StoppingCondition": {"MaxRuntimeInSeconds": 3600}}'
That's exactly right.
Currently, the parameter
MaxRuntimeInSeconds
that allows changing the SageMaker Processing job’s max running time is hardcoded. Some jobs may require a longer running time, so it would be good to be able to change it via the extension or simply increase the stopping condition to allow longer jobs (as far as I understand, SageMaker Processing allows setting longer running time).