From dd10f26f31ed21a82b3d765ecd41375975cf8ee1 Mon Sep 17 00:00:00 2001 From: chemavx Date: Mon, 6 Jul 2026 12:19:33 +0000 Subject: [PATCH] decommission(F3): suspender cronjobs metrics-retention y outcomes-joiner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sin bot ni postgres ya no hay nada que retener ni joinear; suspend en vez de borrar para conservar la definición durante la semana de gracia. --- polymarket-bot/cronjob-metrics-retention.yaml | 1 + polymarket-bot/cronjob-outcomes.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/polymarket-bot/cronjob-metrics-retention.yaml b/polymarket-bot/cronjob-metrics-retention.yaml index 160ca54..46b3b9f 100644 --- a/polymarket-bot/cronjob-metrics-retention.yaml +++ b/polymarket-bot/cronjob-metrics-retention.yaml @@ -11,6 +11,7 @@ spec: # days are dead weight. Today's rows are never touched: the latest one # feeds /api/summary and the close is still evolving. schedule: "10 0 * * *" + suspend: true concurrencyPolicy: Forbid successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 3 diff --git a/polymarket-bot/cronjob-outcomes.yaml b/polymarket-bot/cronjob-outcomes.yaml index 82b66f5..c4c0ade 100644 --- a/polymarket-bot/cronjob-outcomes.yaml +++ b/polymarket-bot/cronjob-outcomes.yaml @@ -13,6 +13,7 @@ spec: # the upsert is idempotent per market_id (ON CONFLICT DO UPDATE) and the # fetch only queries markets that still lack an outcome. schedule: "30 0 * * *" + suspend: true concurrencyPolicy: Forbid successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 3