Avatar

Correct answer by
Community Advisor

Hi,

 

ACC web services call have some limitation on TPS. It's not recommended to do bulk API update.

Work around can be:

  • the API write data to a file and a workflow pick up this file base on a frequency.
  • the API write data to a database and ACC connect to the DB to process the data
  • the API send requests to a middleware or microservices and this middleware will manage the queue /traffic to ACC

Thanks,

David

View solution in original post