Skip to main content
A job is a runnable Managed Fusion object that performs a specific activity, such as datasource jobs and Spark jobs. Examples of the activities include:
  • Aggregating signal data
  • Training a shallow neural model and projecting each document onto the resulting vector embedding space
  • Loading data into a data source

Job types

Each job type is a type of Managed Fusion object that you can run or schedule to be run.
datasourceA job to ingest data according to the specified datasource configuration, such as datasource:movie-db. Datasources are created using the Connector Datasources API or the Managed Fusion UI. See Datasource Jobs.
sparkA Spark job to process data, such as spark:dailyMetricsRollup-counters. Spark jobs are created using the Spark Jobs API or the Managed Fusion UI. See Spark Jobs.

The Jobs manager

The Jobs manager, available in the Managed Fusion workspace at Collections > Jobs, provides a simple interface for viewing and scheduling jobs. You can also create tasks and Spark jobs here.
You cannot create, run, or schedule datasource jobs in the Jobs manager. You must create them on the Datasources page, in the Index Workbench, or in the Quickstart. To run a datasource job, use the scheduler.

Learn more

LucidAcademyLucidworks offers free training to help you get started.The Quick Learning for Managing and Scheduling Jobs focuses on how to create, configure, and schedule jobs using the Fusion UI:
Managing and Scheduling JobsPlay Button
Visit the LucidAcademy to see the full training catalog.
LucidAcademyLucidworks offers free training to help you get started.The Course for Jobs and Scheduling focuses on utilizing and managing different job types in Fusion:
Jobs and SchedulingPlay Button
Visit the LucidAcademy to see the full training catalog.
  1. In the Fusion workspace, navigate to Collections > Jobs.
  2. Click Add and select the job type. The New Job Configuration panel appears. This panel is different for each job type.
  3. Configure the new job as needed.
  4. Click Save.
How to schedule a job
  1. In the Managed Fusion workspace, navigate to Collections > Scheduler.
  2. Select the job from the job list.
  3. Click Run.
  4. Click New Schedule.
  5. Select a job trigger:
    • After Another Job Completes
      Enter the job ID and job result that trigger this one.\ After Another Jobs Completes
    • Cron String
      Enter a Quartz cron expression, using UTC time unless default.timezone is set to another time zone in fusion.cors. See the Quartz documentation for additional details.\ Cron String
    • Start + Interval
      Enter a start date/time, an interval, and the interval units. Include seconds in the start time.\ Start + Interval
I