Updated the sample to match the reference docs

Also added some additional information in the reference docs.
This commit is contained in:
Glenn Renfro
2019-08-06 17:50:56 -04:00
parent 3044f7cf08
commit a5161f816e
2 changed files with 6 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ public class JobConfiguration {
.setCommandLineArgsProvider(new PassThroughCommandLineArgsProvider(commandLineArgs));
partitionHandler
.setEnvironmentVariablesProvider(new SimpleEnvironmentVariablesProvider(this.environment));
partitionHandler.setMaxWorkers(1);
partitionHandler.setMaxWorkers(2);
partitionHandler.setApplicationName("PartitionedBatchJobTask");
return partitionHandler;