Skip to content

Commit 2f61c95

Browse files
committed
remove unused variable
1 parent 7842537 commit 2f61c95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Jenssegers/Mongodb/Queue/MongoQueue.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ protected function getNextAvailableJobAndReserve($queue)
9797
protected function releaseJobsThatHaveBeenReservedTooLong($queue)
9898
{
9999
$expiration = Carbon::now()->subSeconds($this->retryAfter)->getTimestamp();
100-
$now = time();
101100

102101
$reserved = $this->database->collection($this->table)
103102
->where('queue', $this->getQueue($queue))

0 commit comments

Comments
 (0)