From 6b30daa6461137aed5a1fd0bcf6ba978a7055a1a Mon Sep 17 00:00:00 2001 From: vitya Date: Fri, 21 Aug 2026 01:54:51 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D1=81=D0=BF=D0=B8=D1=81=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20sched=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D1=8B=20(ozon=202:00,=20yandex=202:30)=20=E2=80=94=20=D1=82?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D1=8B=D0=B9=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B8=D0=BE=D0=B4,=20=D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20ma?= =?UTF-8?q?nual-=D1=80=D0=B0=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host-stacks/local/sched-pipelines/tasks.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/host-stacks/local/sched-pipelines/tasks.json b/host-stacks/local/sched-pipelines/tasks.json index f015aa1..4a5a91a 100644 --- a/host-stacks/local/sched-pipelines/tasks.json +++ b/host-stacks/local/sched-pipelines/tasks.json @@ -3,7 +3,6 @@ { "name": "ozon-seller-pipeline", "runner": "http", - "schedules": [{ "cron": "0 2 * * *" }], "config": { "url": "http://ozon-seller-builder:8080/run?async=1", "method": "POST", @@ -11,14 +10,13 @@ "auth": { "apiKey": "__SCHED_API_KEY__" }, "data": { "stages": ["hash", "patch", "diff", "classify", "generate", "fix", "build", "postman", "state", "publish"], - "dryRun": true + "dryRun": false } } }, { "name": "yandex-market-pipeline", "runner": "http", - "schedules": [{ "cron": "30 2 * * *" }], "config": { "handler": "pipeline", "timeoutMs": 120000, @@ -28,7 +26,7 @@ "auth": { "apiKey": "__SCHED_API_KEY__" }, "data": { "stages": ["fetch", "detect", "diff", "classify", "patch", "generate", "fix", "build", "test", "postmanGenerate", "postman", "publish", "githubDistro"], - "dryRun": true, + "dryRun": false, "repo": "https://github.com/yandex-market/yandex-market-partner-api", "branch": "main", "workDir": "/app/data/clone",