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.
The maximum number of jobs to kick. Defaults to 1.
See Implementation
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.