ops: schedd 0.6.0 — timeoutMs применяется к существующим таскам, absent=-1 дефолт (проверено живьём)

- schedd.Dockerfile: daemon 0.5.0 → 0.6.0 (core 0.46.0), фикс applyTask timeoutMs + absent=-1
- tasks.json: timeoutMs убран (дефолт -1, требование vitya 'можно не указывать')
- верификация: явный -1 применился к существующим; после удаления из файла live-sync дал -1
This commit is contained in:
2026-08-20 22:54:25 +03:00
parent a619f6efce
commit 7ec721e237
2 changed files with 3 additions and 5 deletions

View File

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