Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (Background on this error at: https://sqlalche.me/e/20/e3q8) (Background on this error at: https://sqlalche.me/e/20/7s2a)
- 2024-05-20 15:20:15.885
- [parameters: {'uuid': '46316e0b-12c7-48ee-9efc-bd6a6b80a6a2', 'external_request_id': 'd9eb3a75-8d1c-4f52-bf0a-cc82f6e0c60d', 'created_at': datetime.datetime(2024, 5, 20, 11, 20, 15, 884356), 'company_id': 'c751501a-0b18-40c8-80b3-bf4b43e5fd65', 'payment_method': 'add money', 'amount': 110000, 'currency_id': '88a60efd-40c6-4075-aa1e-a30b02c94517', 'wallet_uuid': '487a7692-d029-4d06-b26b-173363d2165a', 'user_uuid': 'ef8e4494-e31a-4ea5-9bb7-61529e52d600', 'ip_address': '93.191.78.242', 'status': 'new'}]
- 2024-05-20 15:20:15.885
- [SQL: INSERT INTO test_mode.primary_accounting_documents_log_test_mode (uuid, external_request_id, created_at, company_id, payment_method, amount, currency_id, wallet_uuid, user_uuid, ip_address, status) VALUES (%(uuid)s::UUID, %(external_request_id)s, %(created_at)s, %(company_id)s::UUID, %(payment_method)s, %(amount)s, %(currency_id)s::UUID, %(wallet_uuid)s::UUID, %(user_uuid)s::UUID, %(ip_address)s, %(status)s)]
- 2024-05-20 15:20:15.885
- 2024-05-20 15:20:15.885
- Payment SAGA failed with error in saga: This Session's transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: (psycopg2.OperationalError) SSL connection has been closed unexpectedly
- 2024-05-20 15:20:15.885
- Execute antipode steps Blank method
- 2024-05-20 15:20:15.885
- (Background on this error at: https://sqlalche.me/e/20/e3q8)
- 2024-05-20 15:20:15.885
- [parameters: {'uuid': '46316e0b-12c7-48ee-9efc-bd6a6b80a6a2', 'external_request_id': 'd9eb3a75-8d1c-4f52-bf0a-cc82f6e0c60d', 'created_at': datetime.datetime(2024, 5, 20, 11, 20, 15, 884356), 'company_id': 'c751501a-0b18-40c8-80b3-bf4b43e5fd65', 'payment_method': 'add money', 'amount': 110000, 'currency_id': '88a60efd-40c6-4075-aa1e-a30b02c94517', 'wallet_uuid': '487a7692-d029-4d06-b26b-173363d2165a', 'user_uuid': 'ef8e4494-e31a-4ea5-9bb7-61529e52d600', 'ip_address': '93.191.78.242', 'status': 'new'}]
- 2024-05-20 15:20:15.885
- [SQL: INSERT INTO test_mode.primary_accounting_documents_log_test_mode (uuid, external_request_id, created_at, company_id, payment_method, amount, currency_id, wallet_uuid, user_uuid, ip_address, status) VALUES (%(uuid)s::UUID, %(external_request_id)s, %(created_at)s, %(company_id)s::UUID, %(payment_method)s, %(amount)s, %(currency_id)s::UUID, %(wallet_uuid)s::UUID, %(user_uuid)s::UUID, %(ip_address)s, %(status)s)]
- 2024-05-20 15:20:15.885
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement