From da4e908ebb78a286a0ffb5b4116b7ee56d1a7515 Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Tue, 9 May 2017 12:42:09 +0200
Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20am=20Searcher?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 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 194a07536..7c1730ec3 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)){
-                continue;
+                break;
             }else{
                 $mission = $mission[1];
                 $this->counter++;#
-- 
GitLab