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
There were more than 10 different endpoints to run data consolidation manually (if needed) and the user had to monitor the queues to execute all the endpoints one-by-one. Now there is only one endpoint that can be executed without need to monitor it.
Some setup scripts are not needed anymore.
The execution mechanism was rebuilt to provide more stability and error handling
The stability improvements were made to retry intermittent errors that can occur during GSuite API requests, so now BVI is less affected by these problems.
An auto-recover mechanism will automatically retry failed executions (GSuite API returning errors or returning incomplete data), based on frequency settings made by the user (daily, every 5 days, every 10 days...).