Set maximum TPS of a workflow

  • 14 April 2021
  • 1 reply
  • 6 views

Hi,


I have a use case "get customer data":

1. People fill customer ID in Sharepoint-Nintex Form

2. Nintex workflow query to DB

3. Nintex workflow send email notification
Workflow will be started if a new list item created

 

To avoid db performance degradation, I would like to limit concurrent "get customer data" max 3 processes at a time. If there are more than 3 requests, it will be queued. Can we do that in Nintex?

 


1 reply

Hi Experts,

Any help for this?
Some queries can be heavy, so we must limit the number of concurrent sql call to reduce the risk of database service down.

Reply