Sep 2, 2018 · 1 min read
The values of timeout, max concurrent and error percentage should be derived from experiments on dev or staging environment.
From my experience:
- max_concurrent can put as 1000
- error percentage: 50%
- timeout in ms: 3000 (this value can increase later when we monitor the total number of API calls timeout)