Skip to content

Commit 144c835

Browse files
committed
acrolinx fixes
1 parent 50de3e3 commit 144c835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/enterprise/concept-job.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A common lifecycle of a job execution in Azure Spring Apps is from `pending`, `r
3232

3333
Each time the job is executed, it adopts its preset configuration from the job, with certain aspects allowing for customization to accommodate different runs.
3434

35-
In nonparallel job execution, only one instance runs at a time. Whereas, in parallel execution, multiple instances can run simultaneously.
35+
In nonparallel job execution, only one instance runs at a time. Whereas in parallel execution, multiple instances can run simultaneously.
3636

3737
## Configure a job
3838

@@ -52,4 +52,4 @@ The following table shows the configuration in job level or job execution level:
5252
| CPU | Job/Execution | The value of CPU specified for the execution override of the job. |
5353
| Memory | Job/Execution | The value of Memory specified for the execution override of the job. |
5454

55-
The configuration on job level applies when creating or updating the job resource, and configuration on job execution level applies when starting a job execution.
55+
The configuration on job level applies when creating or updating the job resource, and the configuration on job execution level applies when starting a job execution.

0 commit comments

Comments
 (0)