A Sieve job represents a single execution of a Sieve function. When you call a function using either the .run()
or .push()
methods, Sieve creates a job to handle that execution. Jobs can be monitored and managed through the Sieve dashboard.
Jobs have several important characteristics:
.push()
, it returns a SieveFuture
object that can be used to track the job’s progress and retrieve its resultsWhen you retrieve information about a job, you’ll receive a response with the following structure:
A Sieve job represents a single execution of a Sieve function. When you call a function using either the .run()
or .push()
methods, Sieve creates a job to handle that execution. Jobs can be monitored and managed through the Sieve dashboard.
Jobs have several important characteristics:
.push()
, it returns a SieveFuture
object that can be used to track the job’s progress and retrieve its resultsWhen you retrieve information about a job, you’ll receive a response with the following structure: