Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit ab02ba1

Browse files
pslavovivanovyordan
authored andcommitted
lower max script run time to 10 min
1 parent a06a5c1 commit ab02ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tap_postgres/sync_strategies/logical_replication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def sync_tables(conn_info, logical_streams, state, end_lsn):
432432
keep_alive_time = 0.1
433433
begin_ts = datetime.datetime.now()
434434
add_tables = []
435-
max_run_time = 1800 #max script run time for the extractor script
435+
max_run_time = 600 #max script run time for the extractor script
436436

437437
for s in logical_streams:
438438
sync_common.send_schema_message(s, ['lsn'])

0 commit comments

Comments
 (0)