I have deployed my NodeJs Application on Heroku in Hobby Dynos and using MongoDB sandbox(mlab) for the database. I have more than 1000 users using this application and 100-200 would be concurrent users. Heroku sometime shows H12 "Request Timeout" error for Rest APIs.
I have upgraded Hobby Dynos to Standard-1x Dynos but still, it sometimes works fine but for some requests, it shows H12 "Request Timeout".
I think maybe it is due to high traffic on Applications and Requests per second. One API which is working fine sends request time out after some time. Please Help me to resolve this.