Hi, i have a problem with the peekBuried() function:
$job = $queue->peekBuried();
echo var_dump($queue->peekBuried()); // false
$job->kick(); //PHP Fatal error: Call to a member function kick() on a non-object
i don't understand why the peekBuried() don't recognize the buried element. Any idea?
Thnak you