Posted on 28/02/2019 08:31:50
Hi Nuno,
I've took a trip into your solution from link on video, and find out following:
1) Your solution still have old provider version of GroupsAsSmartSearchesScheduledTaskAddIn (see attachment 1)
2) Your solution have no error for updating packages via Package Manager - I've successfully updated Cybersource provider(you can see it in monitoring area evens -> info section)
3) Your solution have strange package related errors logged in monitoring.
According to 3rd above, I can guess that you somehow broke this package. We(with struging) managed to downgrade broken package, and update in to new version.
Anyway, I've managed to update group via scheduled task, you can see now it have same amount of users as the smartsearch have. But it took 2 scheduled task run, after first one only ~45 users were saved. This is because User.Save() throw timeout exception. The actual reason of this cannot be investigated without debug.
Also I would like to say that on the solution you testing - there are 4 groups with Smartsearch id set, but only 1 smartsearch. Every such group tries to resave users, that is also taking some time.
To troubeshout the problem we probably need test solution.
BR, Viktor.