Replies: 1 comment
-
The
Without this enabled it will iterate through and check every work item. With it enabled it will just check the "rev" value matches... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have many migrations in the 10s of thousands of work items and a few in the 100s of thousands of work items. If a failure occurs it seems I have to start all over again.
Has anyone tried setting the ORDER of the query to the system ID so that if it fails on say work item 10,000 the config file can be updated to select those with IDs 10,001 or higher. Sorting with the system ID going from lower to higher would essentially guarantee not work items are skipped.
Has anyone tried this?
Beta Was this translation helpful? Give feedback.
All reactions