Skip to content

Commit

Permalink
[HF] Improvement du consume de jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume DUBOST committed Jun 25, 2019
1 parent ebc3e2a commit 5e2eede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RabbitContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public function jeTraiteJobsAvecLeConsumer($nb_jobs, $consumer)
}

self::$silex_app['rabbit.consumer'][$consumer]->consume($nb_jobs);
self::$silex_app['rabbit.consumer'][$consumer]->resetConsumed();
}

/**
Expand Down

0 comments on commit 5e2eede

Please sign in to comment.