broker-sync: unsuspend broker-sync-imap (IE structurally skipped at code level now)

E2E test (manual one-shot of all 3 broker-sync CronJobs) confirmed
idempotent behaviour with zero new activities and net worth unchanged.
The IE-via-IMAP path is now default-skipped inside
broker_sync.providers.imap (commit 0d23487), so unsuspending the cron is
safe — Schwab vests get parsed, IE messages get ie_skipped at the parser
level regardless of which entry point triggers the run.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-05-27 17:57:26 +00:00
parent 06fb1f9ea9
commit 4b77aa65a1

View file

@ -396,7 +396,7 @@ resource "kubernetes_cron_job_v1" "imap" {
# the only thing we lose; it can be unsuspended once the IE re-dup root
# cause is fixed (researcher subagent investigating; beads task pending).
# Also see code-9ko8 (pre-existing reliability issues).
suspend = true
suspend = false
job_template {
metadata {}
spec {