]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add scheduler class
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 20 Feb 2021 23:07:10 +0000 (00:07 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 04:07:25 +0000 (05:07 +0100)
commit5dcc8bfd84e04e6ccd55a0ee8ed3a75a55ce7982
tree81ec835f63f3b13ea948a37822e1160988e6a415
parent466d34028a9f85b7b9b250e82b2ee90d098c58b8
Add scheduler class

To be used in the connection pool to implement reconnection with
backoff, maybe periodic tasks.
psycopg3/psycopg3/_sched.py [new file with mode: 0644]
tests/test_sched.py [new file with mode: 0644]