From b6daaa92b3830064dd324acd1b3df5111214f43e Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Tue, 9 May 2017 12:50:05 +0200 Subject: [PATCH] Bugfix --- app/Jobs/Searcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Searcher.php b/app/Jobs/Searcher.php index 7c1730ec3..194a07536 100644 --- a/app/Jobs/Searcher.php +++ b/app/Jobs/Searcher.php @@ -60,7 +60,7 @@ class Searcher implements ShouldQueue // The mission can be empty when blpop hit the timeout if(empty($mission)){ - break; + continue; }else{ $mission = $mission[1]; $this->counter++;# -- GitLab