PostgreSQL broker for taskiq

This commit is contained in:
hh
2026-09-08 23:59:31 +02:00
parent aac037676c
commit 9afa7da9c4
4 changed files with 21 additions and 2 deletions
+3
View File
@@ -71,6 +71,9 @@ taskiq_broker:
choices:
in-memory: memory
Redis: redis
PostgreSQL (taskiq-pg):
value: postgres
validator: "{% if database != 'postgres' %}Requires the PostgreSQL database{% endif %}"
default: memory
include_payments: