Question about autoassignment
Hi,
On a server with 140K + devices, the autoassign scheduler is taking more than a minute or so to assign a Distribution set to a device. Currently we have set the scheduler to less than a second and the desired out put is that auto assignment should happen within 5 seconds. Is there any way to fine tune this process ? Or any parameters that we can configure? Any guidance here would be appreciated.
Thanks.
Hi @AalokSharma , I would suggest adding debug/trace logs to measure code parts execution time within autoassign scheduler. In that case you would better understand where the bottleneck is. I could assume that you have either complicated target filter that can lead to high select DB latency or the DB itself is not powerfull enough to process all transactions in a reasonable time. Additionally, it is not a right approach to assign the Distribution Set for 140K+ devices with Autoassignment. You should rather use Rollout for initial software provisioning. Autoassignment is meant for new registered devices after Rollout has finished and should not include a lot of devices under a filter without Distribution Set assigned. Hope this brings you further :)