- Issue created by @longwave
- 🇬🇧United Kingdom longwave UK
Ultimate Cron does nothing special here - this is a core issue:
$end = $this->time->getCurrentTime() + $info['cron']['time']; $queue = $this->queueFactory->get($queue_name); $lease_time = $info['cron']['time']; while ($this->time->getCurrentTime() < $end && ($item = $queue->claimItem($lease_time))) {
I need two different values for the two different uses of
$info['cron']['time']
.