#916-modified added a space after 'and' and before the single quote '

This commit is contained in:
Sanjeev
2023-09-12 11:35:15 -05:00
committed by Glenn Renfro
parent 265a4e8ae9
commit 49fb27ab42

View File

@@ -349,7 +349,7 @@ Spring Cloud Task lets you establish that only one task with a given task name c
at a time. To do so, you need to establish the <<features-task-name, task name>> and set
`spring.cloud.task.single-instance-enabled=true` for each task execution. While the first
task execution is running, any other time you try to run a task with the same
<<features-task-name, task name>> and`spring.cloud.task.single-instance-enabled=true`, the
<<features-task-name, task name>> and `spring.cloud.task.single-instance-enabled=true`, the
task fails with the following error message: `Task with name "application" is already
running.` The default value for `spring.cloud.task.single-instance-enabled` is `false`. The
following example shows how to set `spring.cloud.task.single-instance-enabled` to `true`: