It appears as if continueAfterTimeout needs to be set.
I keep getting this error:
ActiveRecord::StatementInvalid: Request timed out
And the runs including this error are 60 seconds + normal execution time.
This error happens at what appears to random places in the code (no one query is throwing this). However, it normally appears when we are under load, such at happened this morning when we spiked from 22 to 75 average concurrent executions and then to 99 within 60 seconds. The queries that it errors out on, I would consider to be simple select, insert, update. I am able to log in via SQL 3309 and run commands like I normally would without issue, right after the spike started and the errors started flowing. This error only happened to about 1% of the requests during this time period.
Please review the following links:
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
https://forums.aws.amazon.com/message.jspa?messageID=946929
Please review the below concurrent executions graph. Right when the spike starts, the errors start to flow.

Also, please review these Serverless RDS metrics. You can see that we are not close to maxing out our cluster and that CPU stays at under 20% the entire time.
