Get the desired delay interval for this item.
float|null If the time for when the queue will be ready to resume processing is known, pass an interval in seconds. Otherwise NULL if the time to resume processing the queue is not known.
public function getDelay() : ?float { return $this->delay; }