Tube.buryJob

This function buries a specified job. Note that you must have first reserved the job before you can bury it.

class Tube
void
buryJob

Parameters

jobId uint

The unique identifier of the job to bury.

priority uint

The priority to assign to the job as part of burying it. Defaults to Job.DEFAULT_PRIORITY.

Meta