Skip to content

Commit

Permalink
Merge pull request #13 from flix-tech/handle_connection_loss
Browse files Browse the repository at this point in the history
Handle connection loss using a connection pool
  • Loading branch information
jacopofar authored Jan 8, 2025
2 parents 617d38a + 4f59051 commit 45a5dd4
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 364 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.8
- 3.9
# YAML, yay https://github.com/actions/runner/issues/1989
- '3.10'
- 3.11
- 3.12

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.1 - 2025-01-08

* Use a ConnectionPool to connect to the Database instead of a single connection.

## 1.2.0 - 2024-07-25

* The `reschedule()` method has an optional parameter to decrease the TTL if set to True (False by default).
Expand Down
153 changes: 90 additions & 63 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45a5dd4

Please sign in to comment.