Tube.kick

This function attempts to kick buried jobs. If there are buried jobs then Beanstalk will return them to a ready state. Failing that, if there are any delayed jobs they will be kicked instead.

class Tube
uint
kick
(
uint maximum = 1
)

Parameters

maximum uint

The maximum number of jobs to kick. Defaults to 1.

Meta