From b8b72ea35de1e5335ea5476fb30e5ec852047238 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 17 Nov 2022 18:20:33 +0200 Subject: [PATCH] Remove refetch add later after apear hash of paramaters in s3 route. --- crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py b/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py index fe310dc7..db6b7ac0 100644 --- a/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py +++ b/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py @@ -77,13 +77,6 @@ def recive_S3_data_from_query( repeat += 1 - if repeat == max_retries // 2: - data_url = client.exec_query( - token=token, - name=query_name, - params=params, - ) - if repeat > max_retries: logger.info("Too many retries") break