Closed ascobie closed 6 years ago
update: added a job prep task with resource files and i got an error that there were too many resource files. so i think your taskCollection factory is ignoring an error.
This looks like the adding tasks via a TaskFactory will only raise exceptions if raised from the extensions SDK level and is not doing any logging of the results of its requests. In this case, it is using add_collection behaviors (albeit for 1 task), which reports a success if the collection of tasks is handled independent of whether the independent task additions succeeded. These failures should be reported to the user and we will look into the best way to surface these.
Fixed with azure-batch-extension 3.0.0
Am trying to debug an issue. I am trying to submit a job template, cut down to a very basic template to see what is causing the issue. The following job template creates the job but with no task and there is no error returned from the CLI.
If i remove the "resourceFiles" property, the job submits and the task is created.
Any idea what is going on here? Andrew