Skip to main content
Version: v1.7.3-7 🚧

Auto-Sync Connector Jobs

Overview​

The Auto-Sync Connector Jobs section on the System Dashboard page provides administrators with a centralized view of all auto-sync connector jobs in the system. Use this page to monitor sync status, troubleshoot failed jobs, and manage connector jobs across the system.

note

This page is available to administrators by default. Individual users can manage their own connectors from within their collections. To learn more, see Auto-Sync Connectors.

Auto-Sync Connector Jobs

Job statistics​

At the top of the page, stat cards display an overview of job counts:

StatDescription
Total JobsTotal number of auto-sync connector jobs
Pending JobsJobs scheduled but not yet started
Running JobsJobs currently in progress
Completed JobsJobs that finished successfully
Failed JobsJobs that encountered an error

Jobs table​

The jobs table displays all auto-sync connector jobs with the following columns:

ColumnDescription
UserThe user who created the job (admin view only)
CollectionThe collection receiving synced documents
TypeThe connector type (S3, Azure Blob Storage, etc.)
CreatedWhen the connector was first configured
Last SyncWhen the last sync occurred
StatusCurrent sync status (Pending, Running, Completed, Failed, Paused)
ScheduleSync frequency (Every hour, Every day)

Sorting​

Click any column header to sort jobs by that column. Sortable columns include:

  • User (admin view only)
  • Collection
  • Type
  • Created
  • Last Sync

Filtering​

Use the filter controls at the top of the table to narrow down results:

FilterDescription
UserType to search by username (admin view only)
CollectionType to search by collection name
Connector typeSelect from dropdown: S3, Azure Blob Storage, Google Cloud Storage, SharePoint Online, SharePoint On-Premise, Confluence
StatusSelect from dropdown: Pending, Running, Completed, Failed, Paused

Results update automatically as you type or select filter options.

Filter controls

Filter controls by status

Tooltips​

Hover over the following table elements to see more information:

  • Collection names: Shows the collection ID
  • Usernames: Shows user ID and email
  • Dates: Shows the exact timestamp
  • Failed or Paused status: Shows error details explaining why the sync failed or was paused

Infinite scrolling​

The jobs table uses infinite scrolling to load data incrementally. As you scroll down, the table automatically loads additional jobs. You don't need to click pagination buttons or manually load more results.

Delete jobs​

To delete auto-sync jobs:

  1. Select one or more jobs using the checkboxes.
  2. Click the Delete button.
  3. Confirm the deletion when prompted.

Delete confirmation

caution

Deleting a connector job permanently stops future synchronization for that connector. Documents already imported remain in their collections.


Feedback