Job
📄️ Get Jobs
Queries for jobs that fulfill given parameters.
📄️ Get Jobs (POST)
Queries for jobs that fulfill given parameters. This method is slightly more
📄️ Get Job Count
Queries for the number of jobs that fulfill given parameters.
📄️ Get Job Count (POST)
Queries for jobs that fulfill given parameters. This method takes the same message
📄️ Set Job Retries Async (POST)
Create a batch to set retries of jobs asynchronously.
📄️ Activate/Suspend Jobs
Activates or suspends jobs matching the given criterion.
📄️ Delete Job
Deletes a job by id.
📄️ Get Job
Retrieves a job by id, according to the `Job` interface in the engine.
📄️ Set Job Due Date
Updates the due date of a job by id.
📄️ Recalculate Job Due Date
Recalculates the due date of a job by id.
📄️ Execute Job
Executes a job by id. **Note:** The execution of the job happens synchronously in
📄️ Set Job Priority
Sets the execution priority of a job by id.
📄️ Set Job Retries
Sets the retries of the job to the given number of retries by id.
📄️ Get Exception Stacktrace
Retrieves the exception stacktrace corresponding to the passed job id.
📄️ Activate/Suspend Job By Id
Activates or suspends a given job by id.