You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most fixes use either item.update() or manager.update_definition() calls to perform the actual fix. Create a helper method that allows the object to build a list of fixes and then gets called after all the _fix methods have been run to perform the actual fixes.
This allows us to reduce the number of REST calls per item, hopefully reducing the time to run.
The creation process should include some informal time profiling to verify time savings.
The text was updated successfully, but these errors were encountered:
Most fixes use either item.update() or manager.update_definition() calls to perform the actual fix. Create a helper method that allows the object to build a list of fixes and then gets called after all the _fix methods have been run to perform the actual fixes.
This allows us to reduce the number of REST calls per item, hopefully reducing the time to run.
The creation process should include some informal time profiling to verify time savings.
The text was updated successfully, but these errors were encountered: