When workspace metadata cache is empty (e.g. due to transient database query timeouts), the ORM throws a TwentyORMException with MALFORMED_METADATA code. Instead of unconditionally reporting these transient errors to Sentry, log a warning and skip the workspace. The cron runs every 5 minutes, so the workspace will be retried on the next run. Fixes https://sentry.io/issues/6648220183/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>