GetAccessToken timed out - Wait For Queue Item And Resume

I have a project with long running jobs, using Add Queue Item and Get Reference.
The process uses parallel for each and loops through a dictionary. For each row it adds a Queue to the orchestrator and waits for the result.
The process runs fine if the dictionary contains few records but when sending more than 100 rows the job fails with GetAccessToken timed out.
Has any of you seen this before and can explain what the reason could be?

@pethe

Thats because of the api limit …there is alimit on the api request count…if it crosses threshold then orchestrator stops giving response…
Better keep it in batches of 70 or so…100+ is the limit

Cheers

Thanks a lot @Anil_G, do you know where to find the documentation of these limits?

Regards Peter

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.