Job Scheduling JavaScript SDK

Job Scheduling is a Catalyst service that is specifically designed to automate job executions for versatile use cases. The Job Scheduling service provides you with greater control over task thread pools through the Job Pool component. You can automate job executions using Cron, a scheduling component.

Using the Job Scheduling JavaScript SDK, you will be able to submit jobs to the job pools, create crons, fetch required details and so much more through code.

Prerequisites

You will need to install the following package to be able to use the Job Scheduling SDK methods.

copy
$
npm install @zcatalyst/job-scheduling
Info: Ensure that you have applied the required authentication configuration to use the SDK methods of this component.

Import Requirement

You will need to import the following modules to use the SDK methods of Job Scheduling components.

copy
const { JobScheduling } = require('@zcatalyst/job-scheduling'); //Job Scheduling module

List of SDK Methods

Category SDK Method Required Scope
General Operations Get Job Scheduling Instance No requirement
Job Pool Operations Admin
Job Operations Admin
Cron Operations Admin

Last Updated 2026-07-02 14:51:41 +0530 IST