PromucFlow_constructor/app/server/appsmith-interfaces
Sumit Kumar 800d305dab
Gracefully handle the timeout overflow / out of expected range errors (#3411)
- Expect max value of timeout as 60000 ms.
- If value exceeds max value then add error message to the list of invalids. This list is returned to the client in response body.
- Detect integer overflow exception (Number format exception) and override the value to 60000 ms.
2021-03-05 17:09:29 +05:30
..
src Gracefully handle the timeout overflow / out of expected range errors (#3411) 2021-03-05 17:09:29 +05:30
pom.xml Gracefully handle the timeout overflow / out of expected range errors (#3411) 2021-03-05 17:09:29 +05:30