Skip to content

Commit 61d14ac

Browse files
committed
Merge branch 'codercms-patch-1' of https://github.com/codercms/laravel-queue-rabbitmq into codercms-codercms-patch-1
2 parents 4b60f6a + 6177be4 commit 61d14ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Consumer.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ function (AMQPMessage $message) use ($connection, $options, $connectionName, $qu
9898
}
9999

100100
$this->runJob($job, $connectionName, $options);
101+
102+
if ($this->supportsAsyncSignals()) {
103+
$this->resetTimeoutHandler();
104+
}
101105
}
102106
);
103107

0 commit comments

Comments
 (0)