agronholm / apscheduler

Task scheduling library for Python
MIT License
5.94k stars 690 forks source link

Added the psycopg event broker #917

Closed agronholm closed 1 month ago

agronholm commented 1 month ago

Changes

Checklist

If this is a user-facing code change, like a bugfix or a new feature, please ensure that you've fulfilled the following conditions (where applicable):

If this is a trivial change, like a typo fix or a code reformatting, then you can ignore these instructions.

Updating the changelog

If there are no entries after the last release, use **UNRELEASED** as the version. If, say, your patch fixes issue #999, the entry should look like this:

* Fix big bad boo-boo in the async scheduler (#999 <https://github.com/agronholm/apscheduler/issues/999>_; PR by Yourname)

If there's no issue linked, just link to your pull request instead by updating the changelog after you've created the PR.

If possible, use your real name in the changelog entry. If not, use your GitHub username.

coveralls commented 1 month ago

Coverage Status

coverage: 92.393% (-0.03%) from 92.426% when pulling 87088d5b2ea533a1360570aa520a756e09a6d663 on psycopg-broker into 60e922529615e2aaca90b3c7528649c140b3e33a on master.