Skip to content

Commit a7819fa

Browse files
chore: Update Client builder
1 parent 597954d commit a7819fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etl/models/extract/params_validator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ def valid_params_for_call(params) -> list:
2020

2121
client = ClientBuilder(
2222
endpoint=API.ENDPOINT_AVALIABLE_PARITIES,
23-
retry_strategy=RetryStrategies.LinearRetryStrategy,
23+
retry_strategy=RetryStrategies.LINEAR_RETRY_STRATEGY,
2424
connection_timeout=API.CONNECTION_TIMEOUT,
25-
delay=API.RETRY_TIME_SECONDS,
25+
initial_delay=API.RETRY_TIME_SECONDS,
2626
retries=API.RETRY_ATTEMPTS,
2727
)
2828

etl/views/dataset.pkl

880 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)