From f50bf5014dc483e126a21d3a45afdacd89f3f350 Mon Sep 17 00:00:00 2001 From: marcocen Date: Mon, 28 Oct 2019 19:31:27 -0300 Subject: [PATCH] Remove gevent sleep --- feedpuller/feedpuller.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/feedpuller/feedpuller.py b/feedpuller/feedpuller.py index 700d62b..6a65410 100644 --- a/feedpuller/feedpuller.py +++ b/feedpuller/feedpuller.py @@ -61,8 +61,6 @@ def on_message(ident, chan, payload): print ex self.hpc.stop() logger.exception('Exception caught: {0}'.format(ex)) - #throttle - gevent.sleep(5) def stop(self): self.hpc.stop()