Job.release

This function releases a job back to Beanstalk. Note that only reserved jobs can be released.

class Job
void
release

Parameters

delay uint

The delay to be applied to the job as part of it's release. This defaults to DEFAULT_DELAY.

priority uint

The priority to be given to the job as it is released. This defaults to DEFAULT_PRIORITY.

Meta