Skip to content

Commit

Permalink
refactor: ♻️ Aumenta timeouts de ETLs de SM (#66)
Browse files Browse the repository at this point in the history
Aumenta timeout_seconds para capturas de BPA-i, AIH e Procedimentos Ambulatoriais para evitar [Errno 110] Connection timed out\n')
  • Loading branch information
fernandesbrun committed Aug 3, 2023
1 parent 6392fc8 commit e837b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/impulsoetl/scripts/saude_mental.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def raas_disseminacao(
),
retries=0,
retry_delay_seconds=None,
timeout_seconds=14400,
timeout_seconds=54000,
version=__VERSION__,
validate_parameters=False,
)
Expand Down Expand Up @@ -288,7 +288,7 @@ def bpa_i_disseminacao(
),
retries=0,
retry_delay_seconds=None,
timeout_seconds=14400,
timeout_seconds=54000,
version=__VERSION__,
validate_parameters=False,
)
Expand Down Expand Up @@ -350,7 +350,7 @@ def procedimentos_disseminacao(
),
retries=0,
retry_delay_seconds=None,
timeout_seconds=14400,
timeout_seconds=54000,
version=__VERSION__,
validate_parameters=False,
)
Expand Down

0 comments on commit e837b5e

Please sign in to comment.