Tube.peekDelayed

This function 'peeks' at the Beanstalk delayed queue to see if there is a job available. If there is a job is is returned. Note that peeking does not reserve the job returned.

class Tube
peekDelayed
()

Return Value

Type: Job

A Job if one is available, null otherwise.

Meta