We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d78c1e commit 4f59051Copy full SHA for 4f59051
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.2.1 - 2025-01-08
4
+
5
+* Use a ConnectionPool to connect to the Database instead of a single connection.
6
7
## 1.2.0 - 2024-07-25
8
9
* The `reschedule()` method has an optional parameter to decrease the TTL if set to True (False by default).
pyproject.toml
@@ -18,7 +18,7 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
18
19
[project]
20
name = "postgres-tq"
21
-version = "1.2.0"
+version = "1.2.1"
22
description = "Postgres Based Task Queue"
23
authors = [
24
{name = "FlixTech", email = "open-source@flixbus.com"},
0 commit comments