chore(.admin): чистка — мусор удалён; sched-pipelines: daemon 0.12.1 (cancel-on-poll-timeout) + tasks.json; .mappa-маркер

This commit is contained in:
2026-08-30 03:35:14 +03:00
parent 1b98232093
commit b1cf3a5785
4 changed files with 66 additions and 13 deletions

View File

@@ -7,9 +7,22 @@
"url": "http://ozon-seller-builder:8080/run?async=1",
"method": "POST",
"envelope": true,
"auth": { "apiKey": "__SCHED_API_KEY__" },
"auth": {
"apiKey": "__SCHED_API_KEY__"
},
"data": {
"stages": ["hash", "patch", "diff", "classify", "generate", "fix", "build", "postman", "state", "publish"],
"stages": [
"hash",
"patch",
"diff",
"classify",
"generate",
"fix",
"build",
"postman",
"state",
"publish"
],
"dryRun": false,
"readmeTemplate": "/app/data/package-readme.md"
}
@@ -20,13 +33,28 @@
"runner": "http",
"config": {
"handler": "pipeline",
"timeoutMs": 120000,
"url": "http://ym-client-builder:8080/run",
"method": "POST",
"envelope": true,
"auth": { "apiKey": "__SCHED_API_KEY__" },
"auth": {
"apiKey": "__SCHED_API_KEY__"
},
"data": {
"stages": ["fetch", "detect", "diff", "classify", "patch", "generate", "fix", "build", "test", "postmanGenerate", "postman", "publish", "githubDistro"],
"stages": [
"fetch",
"detect",
"diff",
"classify",
"patch",
"generate",
"fix",
"build",
"test",
"postmanGenerate",
"postman",
"publish",
"githubDistro"
],
"dryRun": false,
"repo": "https://github.com/yandex-market/yandex-market-partner-api",
"branch": "main",
@@ -39,15 +67,29 @@
"remoteBase": "__PUBLISH_REMOTE_BASE__",
"githubApiBase": "__PUBLISH_GH_API_BASE__",
"notify": {
"ntfy": { "url": "http://ntfy", "topic": "ym-client-builder" },
"email": { "to": "vitya.kuznetsov@gmail.com", "endpoint": "http://unisender-mock:8080/ru/transactional/api/v1/email/send.json", "on": ["published", "report", "failed"] }
"ntfy": {
"url": "http://ntfy",
"topic": "ym-client-builder"
},
"email": {
"to": "vitya.kuznetsov@gmail.com",
"endpoint": "http://unisender-mock:8080/ru/transactional/api/v1/email/send.json",
"on": [
"published",
"report",
"failed"
]
}
}
}
},
"timeoutMs": 900000
}
}
],
"alerts": {
"on": ["failed"],
"on": [
"failed"
],
"onMissed": true,
"webhook": {
"url": "http://alert-bridge:9090/webhook",
@@ -55,4 +97,4 @@
"timeoutMs": 10000
}
}
}
}