Skip to main content

sdk.jobs

Home > @matterway/sdk > Jobs

Jobs namespace

Functions

FunctionDescription
runJobs(ctx, jobs, options)A Job is a function that returns a promise. This helper can be used to run multiple jobs concurrently, returning a promise that resolves as an array of all the results.
runJobsSequentially(ctx, jobs, options)A Job is a function that returns a promise. This helper can be used to run multiple jobs sequentially, passing the result of a job to the next one as input, returning a promise that resolves as an array of all the results.

Interfaces

InterfaceDescription
Job
JobUpdate
RunJobsOptions
RunJobsSequentiallyOptions

Type Aliases

Type AliasDescription
HandlerResult
JobHandler
JobList
JobResults