Tube.releaseJob

This function releases a previously reserved job back to Beanstalk control.

class Tube
void
releaseJob

Parameters

jobId uint

The unique identifier of the job to released.

delay uint

The delay to be applied to the job when it is released back to Beanstalk. Defaults to Job.DEFAULT_DELAY.

priority uint

The priority to be applied to the job when it is released back to Beanstalk. Defaults to Job.DEFAULT_PRIORITY.

Meta