Closed allanbowe closed 2 years ago
Currently the timeout is 5 minutes. Beyond this, when running request such as /SASjsApi/stp/execute, the following is received (502 Bad Gateway):
/SASjsApi/stp/execute
The value can remain as 5 minutes, but should be configurable in the .env file, eg
REQUEST_TIMEOUT=600 # 10 mins in seconds
Links: https://github.com/analytium/dwp_frs/issues/300
Closing - this was due to a proxy server, not sasjs/server
Currently the timeout is 5 minutes. Beyond this, when running request such as
/SASjsApi/stp/execute
, the following is received (502 Bad Gateway):The value can remain as 5 minutes, but should be configurable in the .env file, eg
Links: https://github.com/analytium/dwp_frs/issues/300