Skip to content

Commit 780fe6c

Browse files
Merge pull request #239768 from Karthigasree/31May-SchedulingLogic
Scheduling logic
2 parents 9c55a59 + bb4b3cc commit 780fe6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/migrate/concepts-vmware-agentless-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ Delta replication cycles are scheduled as follows:
137137

138138
- First delta replication cycle is scheduled immediately after the initial replication cycle completes
139139
- Next delta replication cycles are scheduled according to the following logic:
140-
max [(Previous delta replication cycle time/2), 1 hour]
140+
min[max[(Previous delta replication cycle time/2), 1 hour], 12 hours]
141141

142-
That is, next delta replication will be scheduled no sooner than one hour. For example, if a VM takes four hours for a delta replication cycle, the next delta replication cycle is scheduled in two hours, and not in the next hour.
142+
That is, the next delta replication will be scheduled no sooner than one hour and no later than 12 hours. For example, if a VM takes four hours for a delta replication cycle, the next delta replication cycle is scheduled in two hours, and not in the next hour.
143143

144144
> [!Note]
145145
> The scheduling logic is different after the initial replication completes. The first delta cycle is scheduled immediately after the initial replication completes and subsequent cycles follow the scheduling logic described above.

0 commit comments

Comments
 (0)