API to get file from S3 bucket going in pending state again and again
I have a nodejs express server setup on Digital Ocean droplet. I have an api which is hitting the following function to read data from aws s3. This api is going into pending state and giving 504 gateway timeout error. But if I restart my server the things work fine. Apart from this api all the other apis are working fine on the server.