From fdca5776c6f9aa05805900a4641225f88eacabe6 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Wed, 10 Jul 2019 11:36:28 -0400 Subject: [PATCH] Fix MAXCONCURRENTTASKS --- src/main/asciidoc/batch/file-ingest-sftp/main.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/batch/file-ingest-sftp/main.adoc b/src/main/asciidoc/batch/file-ingest-sftp/main.adoc index 5e3e78b..f5d5c9d 100644 --- a/src/main/asciidoc/batch/file-ingest-sftp/main.adoc +++ b/src/main/asciidoc/batch/file-ingest-sftp/main.adoc @@ -32,7 +32,7 @@ We can use this demo to see how this works. Set the maximum concurrent tasks to 3. For running tasks on a local server, restart the server, adding a command line argument `spring.cloud.dataflow.task.platform.local.accounts[default].maximum-concurrent-tasks=3`. -If running on Cloud Foundry, `cf set-env SPRING_CLOUD_DATAFLOW_TASK_PLATFORM_LOCAL_ACCOUNTS[DEFAULT].MAXIMUM_CONCURRENT_TASKS 3`, and restage. +If running on Cloud Foundry, `cf set-env SPRING_CLOUD_DATAFLOW_TASK_PLATFORM_CLOUDFOUNDRY_ACCOUNTS[DEFAULT]_DEPLOYMENT_MAXIMUMCONCURRENTTASKS 3`, and restage. ===== Running the demo Follow the main demo instructions but change the `Add Data` step, as described below.