What problem does it solve? Background and scheduled jobs in 1C:Enterprise often fail silently through duplicate launches, partial writes, stale locks, and unlogged retries. This Skill provides a structured workflow to design restartable jobs, review their failure behavior, and diagnose hangs or crashes using ЖР/ТЖ evidence. ## Core Features & Use Cases - Job design and review: Define execution contracts covering parameters, user context, transaction scope, idempotency keys, lock strategy, timeouts, retry counts, and structured logging fields. - Failure-mode analysis: Check duplicate launch, partial write, stale lock, external service failure, session termination, and crash-restart behavior before implementation. - Runtime diagnosis: Build timelines from ЖР/ТЖ logs and map the first failure back to module code using Unica MCP tools like unica.code.search, unica.meta.info, and unica.runtime.execute. - Use Case: A scheduled exchange job intermittently hangs in production. Use this Skill to locate the entry point, inspect lock and transaction behavior, and correlate ЖР/ТЖ events with the failing module. ## Quick Start Ask the assistant to review the scheduled job that synchronizes orders for restartability, locking, and retry safety using the background-jobs skill.