Skip to content

Commit 18142b6

Browse files
Merge pull request #303469 from minorutsuchida/patch-3
Update production-checklist.md
2 parents 10fd2e4 + 557818b commit 18142b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/production-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The following table describes image garbage collection parameters. All parameter
294294
| `enabled` | Enables the image garbage collection. You may choose to disable the feature by changing this setting to `false`. | Optional | true |
295295
| `cleanup_recurrence` | Controls the recurrence frequency of the cleanup task. Must be specified as a multiple of days and can't be less than one day. <br><br> For example: 1d, 2d, 6d, etc. | Optional | 1d |
296296
| `image_age_cleanup_threshold` | Defines the minimum age threshold of unused images before considering for cleanup and must be specified in days. You can specify as *0d* to clean up the images as soon as they're removed from the deployment. <br><br> Images are considered unused *after* they've been removed from the deployment. | Optional | 7d |
297-
| `cleanup_time` | Time of day, *in device local time*, when the cleanup task runs. Must be in 24-hour HH:MM format. | Optional | 00:00 |
297+
| `cleanup_time` | Time of day, *in device local time*, when the cleanup task runs. Must be in 24-hour HH:MM format. If the device is not online, the cleanup task will not be run. The task will be run at the next scheduled cleanup_time if the device is online at that time. | Optional | 00:00 |
298298

299299

300300
## Networking

0 commit comments

Comments
 (0)