Files
Oskar Otwinowski d9849f3018 fix(webapp): downgrade retryable directory-sync effect failures to warn
Directory-sync effects are idempotent and the accounts-webhook worker retries
the whole event, so a single failed attempt (typically a role assignment
losing a serializable race during a backfill burst) is self-healing rather
than alert-worthy. Tag those thrown errors with logLevel "warn" so the worker
logs at warn instead of error, keeping them visible for triage without paging.
2026-07-09 17:58:56 +02:00
..