Timeout - App version 2.3

Hi @Thakur_Ganeshsingh :slight_smile:

The use case for this is that I have an app that removes tags on an after I have extracted data from the ticket in a csv-format.

It quickly reaches the limit of 50 req/minute, so when I did have a look at the UserGuide.pdf for the platform version 2.3 I noticed that the documentation for timeout was missing…that was the reson for my question.

Did solve the issue with hitting the 429 error by adding a npm package named limiter in the client side code(https://www.npmjs.com/package/limiter)

However, did just found out that if I use axios i can remove the tags without worrying about the limit of requesters from this thread.

1 Like