Error time out api rest

Hi, in my api rest magento 2 to infusionsoft appear a error in my log file
1 exception(s):
Exception #0 (Infusionsoft_Exception): Server encountered exception: Maximum number of threads throttled
Attempted: 1 time(s

This error occurs when running cron job update orders and customers from magento to infusionsoft with about 40000 records

Can someone tell me some way to do a reset in infusionsoft?
thanks

Good morning Miguel,

You will see that error if attempting too many concurrent/rapid connections to the API. I suggest that you create a worker pool with whatever SDK you are using to limit the number of requests.