Member Junction
    Preparing search index...

    Driver for executing scheduled Integration Sync jobs.

    Configuration schema (stored in ScheduledJob.Configuration): { CompanyIntegrationID: string, EntityMapIDs?: string[], FullSync?: boolean }

    Execution result details (stored in ScheduledJobRun.Details): { CompanyIntegrationRunID: string, CompanyIntegrationID: string, RecordsProcessed: number, RecordsCreated: number, RecordsUpdated: number, RecordsDeleted: number, RecordsErrored: number, RecordsSkipped: number, EntityMapResults: EntityMapSyncResult[], Duration: number }

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get IsHighFrequencyByDesign(): boolean

      Whether this driver is a BY-DESIGN high-frequency poller — a dispatcher that sweeps a work queue on a tight cron (e.g. every minute) and does bounded work per sweep. Overriding to true exempts jobs of this type from the engine's high-frequency cron warning banner. Leave false for ordinary jobs: the warning exists because a tight cron on a work job is usually a design smell.

      Returns boolean

    Methods