Meltano could meltano do a retries when there is a...
# troubleshooting
d
Meltano could meltano do a retries when there is an error like this?
Copy code
2023-04-05T18:57:10.953654Z [info     ]     target_tools.main(postgres_target) cmd_type=elb consumer=True name=target-postgres producer=False stdio=stderr string_id=target-postgres
2023-04-05T18:57:10.954042Z [info     ] psycopg2.InterfaceError: connection already closed cmd_type=elb consumer=True name=target-postgres producer=False stdio=stderr string_id=target-postgres
2023-04-05T18:57:15.055321Z [error    ] 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) connection to server at "<http://butter.postgres.database.azure.com|butter.postgres.database.azure.com>" (52.136.129.11), port 5432 failed: Operation timed out
	Is the server running on that host and accepting TCP/IP connections?

(Background on this error at: <https://sqlalche.me/e/14/e3q8>) (Background on this error at: <https://sqlalche.me/e/14/7s2a>)