Skip to content

Commit

Permalink
refactor: remove max-time for perpetual consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
bryonbean committed Jul 9, 2018
1 parent 453273a commit 0bbdfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/submissionConsumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
$submission_service = $service_container->create(SubmissionService::class);

$submission_service->register($queue);
$queue->consume($submission_service->getConsumerName(), ['max-runtime' => 0.1]);
$queue->consume($submission_service->getConsumerName());

0 comments on commit 0bbdfa7

Please sign in to comment.