Skip to content

Commit 7a9c7cf

Browse files
authored
Update articles/batch/best-practices.md
1 parent 53b64f4 commit 7a9c7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Delete tasks when they're no longer needed, or set a [retentionTime](/dotnet/api
115115

116116
Deleting tasks accomplishes two things:
117117

118-
1. Ensures that you don't have a build-up of tasks in the job. This action will help avoid difficulty in finding the task you're interested in as you'll have to filter through the Completed tasks.
119-
1. Cleans up the corresponding task data on the node (provided `retentionTime` hasn't already been hit). This action helps ensure that your nodes don't fill up with task data and run out of disk space.
118+
- Ensures that you don't have a build-up of tasks in the job. This action will help avoid difficulty in finding the task you're interested in as you'll have to filter through the Completed tasks.
119+
- Cleans up the corresponding task data on the node (provided `retentionTime` hasn't already been hit). This action helps ensure that your nodes don't fill up with task data and run out of disk space.
120120

121121
### Submit large numbers of tasks in collection
122122

0 commit comments

Comments
 (0)