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
We should have documented special considerations related to Cold Start scenario.
How to tweak Collect Data Source parameters?
How to avoid throttling issues?
How to monitor the system and adjust?
How to use "merge data batches during cold start" parameter?
How to configure Trace -> Setup -> Data Retrieval -> Run Interval - to not produce too many Data Batches on start and to not kill the 10 collection jobs in parallel queue.
Example:
Stop Teams connector.
Configure Trace -> Setup -> Data Retrieval -> Run Interval to 1 hour - so, only 1 Data Batch (each type) will be created per 1 hour.
Abandon all Data Batches which were previously run (for instance with incorrect setup) - that would cancel all underlying Collect jobs.
Reconfigure Data Source.
Set Start Date to XYX.
Set Frequency in Minutes to 1440.
Set Merge Batches During Cold Start to Yes.
Set Max Number of Batches To Merge to 30 <<< this means we'll create Data Batches each 30 day long.
Reset Data Source.
Enable Data Source.
The text was updated successfully, but these errors were encountered:
We should have documented special considerations related to Cold Start scenario.
Example:
The text was updated successfully, but these errors were encountered: