procedure update

This commit is contained in:
2026-03-16 22:39:29 +05:30
parent a581a9862f
commit b405426165

View File

@@ -259,7 +259,7 @@ class Repository:
logger.info("Calling rtgs_api_txn_post procedure to process all inserted transactions...") logger.info("Calling rtgs_api_txn_post procedure to process all inserted transactions...")
try: try:
cursor.callproc('PACS_DB.rtgs_api_txn_post') cursor.callproc('rtgs_api_txn_post')
except Exception: except Exception:
cursor.execute("BEGIN rtgs_api_txn_post; END;") cursor.execute("BEGIN rtgs_api_txn_post; END;")