From d0155a88da1e2a481512eead79bc2490968eb9d0 Mon Sep 17 00:00:00 2001 From: Artyom Hackimullin Date: Tue, 14 Jan 2025 15:10:15 +0300 Subject: [PATCH] SUPPORT-8842: test(3) --- config/local.env | 2 +- config/micord.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/local.env b/config/local.env index 14538f14..30963e2d 100644 --- a/config/local.env +++ b/config/local.env @@ -50,7 +50,7 @@ ERVU_KAFKA_EXCERPT_REPLY_TOPIC=ervu.lkrp.excerpt.response ERVU_KAFKA_EXCERPT_REQUEST_TOPIC=ervu.lkrp.excerpt.request ESNSI_OKOPF_URL=https://esnsi.gosuslugi.ru/rest/ext/v1/classifiers/16271/file?extension=JSON&encoding=UTF_8 -ESNSI_OKOPF_CRON_LOAD=0 0 */1 * * * +ESNSI_OKOPF_CRON_LOAD=0 * * * * * ESNSI_OKOPF_RETRY_MAX_ATTEMPTS_LOAD=3 ESNSI_OKOPF_RETRY_DELAY_LOAD=1000 diff --git a/config/micord.env b/config/micord.env index 6d61c668..7150b120 100644 --- a/config/micord.env +++ b/config/micord.env @@ -46,7 +46,7 @@ ERVU_KAFKA_PASSWORD=Blfi9d2OFG ERVU_KAFKA_EXCERPT_REPLY_TOPIC=ervu.lkrp.excerpt.response ERVU_KAFKA_EXCERPT_REQUEST_TOPIC=ervu.lkrp.excerpt.request ESNSI_OKOPF_URL=https://esnsi.gosuslugi.ru/rest/ext/v1/classifiers/16271/file?extension=JSON&encoding=UTF_8 -ESNSI_OKOPF_CRON_LOAD=0 */1 * * * * +ESNSI_OKOPF_CRON_LOAD=0 * * * * * ESNSI_OKOPF_RETRY_MAX_ATTEMPTS_LOAD=3 ESNSI_OKOPF_RETRY_DELAY_LOAD=1000