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.
Import Requirement
You will need to import the following modules to use the SDK methods of Job Scheduling components.
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
Yes
No
Send your feedback to us