From d1c7fc202bcd0cdd7dd905c6e1c9c4e48e7b6223 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 28 May 2017 12:18:47 +0200 Subject: do not crash on http error --- worker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/worker.js b/worker.js index 65fba55..472d100 100644 --- a/worker.js +++ b/worker.js @@ -64,6 +64,7 @@ if (LOGGLY_TOKEN) } catch (err) { logger.error("Telemetry download error", err); ch.nack(msg, false, true); // TODO how to handle this? + return; } } -- cgit v1.3.1