We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7842537 commit 2f61c95Copy full SHA for 2f61c95
src/Jenssegers/Mongodb/Queue/MongoQueue.php
@@ -97,7 +97,6 @@ protected function getNextAvailableJobAndReserve($queue)
97
protected function releaseJobsThatHaveBeenReservedTooLong($queue)
98
{
99
$expiration = Carbon::now()->subSeconds($this->retryAfter)->getTimestamp();
100
- $now = time();
101
102
$reserved = $this->database->collection($this->table)
103
->where('queue', $this->getQueue($queue))
0 commit comments