.gitignore
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
README.md
docker-compose.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/discord-release-msg.yml
.github/workflows/release.yml
docs/Makefile
docs/benchmark.md
docs/cli.rst
docs/conf.py
docs/dashboard.md
docs/database_initialization.md
docs/index.rst
docs/logo.png
docs/make.bat
docs/prometheus-metrics-service.md
docs/queuemanager.md
docs/rps.md
pgqueuer/__init__.py
pgqueuer/__main__.py
pgqueuer/buffers.py
pgqueuer/cli.py
pgqueuer/db.py
pgqueuer/helpers.py
pgqueuer/listeners.py
pgqueuer/logconfig.py
pgqueuer/models.py
pgqueuer/py.typed
pgqueuer/qm.py
pgqueuer/queries.py
pgqueuer/supervisor.py
pgqueuer/tm.py
pgqueuer.egg-info/PKG-INFO
pgqueuer.egg-info/SOURCES.txt
pgqueuer.egg-info/dependency_links.txt
pgqueuer.egg-info/requires.txt
pgqueuer.egg-info/top_level.txt
recipes/fastapi_recipe.py
test/conftest.py
test/test_buffers.py
test/test_cancellation.py
test/test_drivers.py
test/test_helpers.py
test/test_qm.py
test/test_queries.py
test/test_rps.py
test/test_tm.py
test/db/Dockerfile
test/db/init_db.sh
test/integration/test_fastapi.py
tools/benchmark.py
tools/consumer.py
tools/listen_notify.py
tools/producer.py
tools/prometheus/Dockerfile
tools/prometheus/prometheus.py