I have this scheduled task that uses the SDK and loops about 6,600 entries. It will return maybe 100 or so records and then block the thread consistently for 2 min 30 sec before it will give me another 100. The whole process takes more than an hour to run. The line of code where it's blocking is indicated in the attachment.
Anyone know if there's a setting, or something I can do in my code to not make it block?