Provide an option to resume when failed. #2633
Naveen-Bhat
started this conversation in
Ideas
Replies: 1 comment
-
The whole process once started is resumable. However loading the data to process, and analysing it for faults is not resumable, and I don't see a way to save and load it. Id suggest running checks on a smaller subset of data... like "last 30 days". |
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
-
When migrating a medium to large project, if we get an error at the end of the process, its really frustrating to start from the beginning. Wherever possible, please provide an option to resume from where it left.
Ex: Network error. I believe if local state is maintained then its not necessary to fetch the data again from the source and a significant time can be saved.
For few errors, its better to do the validation prior rather than later so that the process doesn't begin until these errors are resolved. Ex:
Beta Was this translation helpful? Give feedback.
All reactions