Document cold start scenario
krzysztof-kukla1974 opened this issue · 1 comments
krzysztof-kukla1974 commented
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.
krzysztof-kukla1974 commented
@peterhallerREL Maciej Kleczar would have good insight to this.