fix: reconnect on operational error too by ankush [frappe] PR#31172
From: https://github.com/frappe/frappe/pull/31172
Date: 2025-02-07 14:40:07+05:30
- fix: reconnect on operational error too (#31172)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31172
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31172
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease