Hi there, I would like to see if anyone has recommendations on best practises when implementing a NestJS backend, using the axios based httpService and wanting to support high frequency external API calls from the system? I have recently run into issues and believe that im am getting client side 'ECONNRESET' errors.
So far I have started trying this (see screenshot) and seek your opinion on whether this is a good approach or if there are other/better things I can do to support this kind of http call frequency.