Migrate from psycopg2 to psycopg3 to fix SIGSEGV crashes

This commit is contained in:
Peter Stockings
2026-02-27 12:06:38 +11:00
parent 89d0a7fb12
commit b0b42c0d77
3 changed files with 13 additions and 15 deletions

View File

@@ -1 +1 @@
web: gunicorn app:app --worker-class gevent --workers=4
web: gunicorn app:app --workers=4