Laravel
Skip to main content

Admin sync

Sync is where operators review integration runs (for example telematics and TMS connectors), trigger manual jobs, watch progress, and inspect history. Sync writes normalized data into Postgres; external systems remain sources of truth for their domains.

Run history

Each run record shows status and timing. Open a run for detail and progress JSON while workers process queues.

Manual trigger

Posting a new sync enqueues work appropriate to your environment. Heavy windows may take time; use progress endpoints rather than refreshing blindly.

Schedule

Sync schedule configures database-driven cadence for recurring jobs. Preview-next and update routes help you validate upcoming executions before committing changes. Schedule lives under the same admin area as runs so operations can manage timing without code deploys.

Related topics