Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reconnection on MySQL disconnected by inactivity #217

Merged
merged 5 commits into from
Feb 17, 2025

Conversation

vokomarov
Copy link
Contributor

@vokomarov vokomarov commented Feb 16, 2025

🔍 What was changed

Added one more MySQL server exception to the list of ConnectionException which will reconnect automatically by driver.

📝 Checklist

@vokomarov vokomarov requested review from a team as code owners February 16, 2025 16:46
@roxblnfk roxblnfk requested a review from a team as a code owner February 17, 2025 08:19
@roxblnfk roxblnfk force-pushed the feature/reconnect-on-mysql-wait-timeout branch from 4ccd4a0 to 0057783 Compare February 17, 2025 08:31
@roxblnfk roxblnfk changed the title feat: Reconnect on MySQL disconnected by inactivity Fix reconnection on MySQL disconnected by inactivity Feb 17, 2025
@roxblnfk roxblnfk force-pushed the feature/reconnect-on-mysql-wait-timeout branch from 0057783 to 070a6f2 Compare February 17, 2025 09:25
@roxblnfk roxblnfk force-pushed the feature/reconnect-on-mysql-wait-timeout branch from 070a6f2 to 7dfd98e Compare February 17, 2025 09:31
@roxblnfk roxblnfk merged commit d2199b1 into cycle:2.x Feb 17, 2025
25 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Reconnect on "4031 The client was disconnected by the server because of inactivity"
2 participants