I am hoping to get some direction on an issue we are having. A client of ours is getting a high number of 504 Gateway Timeout errors for transactions that take longer than 57 or 58 seconds to process.
when I force the issue (I can recreate on demand) and run the transaction through Edge Trace, I get a response back in 60 seconds stating that there was no response (200 status), but the client (simulated using Postman) gets a 504 Gateway Timeout error.
We have already tried a number of things based off research I have done on the subject.
We added timeout properties to the HTTPProxyConnection
300000
300000
300000
we also bumped up the server container timeout settings to 120000
what are we missing? What all needs to be restarted in order to pick up the new settings in the properties files?
As you have mentioned properties file I assume you are running Private Cloud (OPDK)? The version you are running matters as the method of setting values in the configuration is different between
4.15.xx and 4.16.xx
57 seconds is exactly the default router ----> mp timeout for 4.16.01 and 4.16.05