Skip to content

Commit

Permalink
chore: Update Client builder
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanildoBarauna committed Jul 4, 2024
1 parent 597954d commit a7819fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etl/models/extract/params_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ def valid_params_for_call(params) -> list:

client = ClientBuilder(
endpoint=API.ENDPOINT_AVALIABLE_PARITIES,
retry_strategy=RetryStrategies.LinearRetryStrategy,
retry_strategy=RetryStrategies.LINEAR_RETRY_STRATEGY,
connection_timeout=API.CONNECTION_TIMEOUT,
delay=API.RETRY_TIME_SECONDS,
initial_delay=API.RETRY_TIME_SECONDS,
retries=API.RETRY_ATTEMPTS,
)

Expand Down
Binary file modified etl/views/dataset.pkl
Binary file not shown.

0 comments on commit a7819fa

Please sign in to comment.