Skip to content

Commit

Permalink
try usint autocommit to avoid conflicts with recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Dec 25, 2024
1 parent 20f9087 commit dc3d750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/dbcon/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def set_engine(self: Self) -> None:
connect_args={
"connect_timeout": 10,
"application_name": "appgoblin",
"isolation_level": "autocommit",
},
)
logger.info(f"Created PostgreSQL Engine {self.db_name}")
Expand Down

0 comments on commit dc3d750

Please sign in to comment.