Property CleanupLockName
CleanupLockName
Name of the distributed lock used by the cleanup service. Only one instance acquires the lock per cleanup cycle; others skip the cycle. Default: "OutboxCleanup_{DbContextTypeName}" (auto-generated per DbContext to avoid collisions).
public string CleanupLockName { get; set; }