ops: стенд — schedd 0.5.0 (run-deadline), timeoutMs -1, ozon bind-mount state на хост

- schedd.Dockerfile: daemon 0.4.2 → 0.5.0 (фикс envelope-дыра/statusUrl/poll-retry/run-deadline)
- tasks.json: timeoutMs -1 на обе пайплайн-таски (никогда не авто-терминировать)
- docker-compose: ozon /app/data + /app/state.json bind-mount на хост (как ym)
- data-ozon/state.json: baked-снапшот state из образа
This commit is contained in:
2026-08-20 22:50:56 +03:00
parent aa8b74a699
commit 3060263b9d
5 changed files with 16 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
{
"name": "ozon-seller-pipeline",
"runner": "http",
"timeoutMs": -1,
"schedules": [{ "cron": "0 2 * * *" }],
"config": {
"url": "http://ozon-seller-builder:8080/run?async=1",
@@ -17,6 +18,7 @@
{
"name": "yandex-market-pipeline",
"runner": "http",
"timeoutMs": -1,
"schedules": [{ "cron": "30 2 * * *" }],
"config": {
"handler": "pipeline",