Context
We are encountering an intermittent error: Connection is busy with results from another command. We could enable MARS connections, but this has some added overhead, so we are weighing other options.
Questions
- We could attempt to handle this error by retrying. Would this be an option that folks with more experience/greater expertise recommend?
- If so, is the configuration
connection_retries relevant here? I'm not sure if connection_retries (with the given description Sets the times to retry the database connection process) is only about retries on establishing the connection.
- What are other recommendations on how to handle this intermittent error?