I request the API from the postman and get a response after 2 minutes, which is fine because the business logic is complex. But the problem is that the postman gives
502 bad gateway
After that, I checked the business logic and found that it completed successfully without errors.
So, I am worried about how to increase the request time.
source share