File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ Spring Cloud Task lets you establish that only one task with a given task name c
349349at a time. To do so, you need to establish the <<features-task-name, task name>> and set
350350`spring.cloud.task.single-instance-enabled=true` for each task execution. While the first
351351task execution is running, any other time you try to run a task with the same
352- <<features-task-name, task name>> and`spring.cloud.task.single-instance-enabled=true`, the
352+ <<features-task-name, task name>> and `spring.cloud.task.single-instance-enabled=true`, the
353353task fails with the following error message: `Task with name "application" is already
354354running.` The default value for `spring.cloud.task.single-instance-enabled` is `false`. The
355355following example shows how to set `spring.cloud.task.single-instance-enabled` to `true`:
You can’t perform that action at this time.
0 commit comments