We have a Self Hosted retool instance with DBCONNECTOR_QUERY_TIMEOUT_MS increased to 900,000ms (15 minutes). A lambda query within an app is failing with message "{"name":"Dt","data":{},"errorData":"","displayOptions":{"hideToast":false},"trigger":"NATURAL_FAILURE"}" after almost exactly 100 seconds (typically 100.20). The lambda has a timeout of 5min on the AWS side and appears to complete successfully based on AWS logs, taking a little over 2 minutes. I'm unable to change the query timeout value, as it's greyed out in the Advanced tab.
Does the lambda resource have an underlying / inherent query timeout length, and could it be matched to the 100sec timeout i'm seeing in practice? Can this be increased to align with AWS lambdas that might be legitimately configured for a timeout of up to 15 minutes?