Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DB: Add a way to automatically reconnect.
Squashed commit of the following: commit c3d9aa8 Author: funilrys <[email protected]> Date: Tue Dec 19 21:49:51 2023 +0100 Move pooling to engines commit 17545d5 Author: funilrys <[email protected]> Date: Tue Dec 19 19:38:02 2023 +0100 Add pre_ping. Indeed, before this patch, we weren't retrying to reconnect properly. This patch fixes the issue by using the pre_ping function of sqlalchemy. This patch fixes #346. Contributors: * @spirillen
- Loading branch information