Commit 6a407362 authored by 谢祁峰's avatar 谢祁峰

remove consumer dead loop return true

parent 98539334
......@@ -672,7 +672,6 @@ class CollectData(object):
logging.error("catch exception,err_msg:%s" % traceback.format_exc())
# 假设数据库连接异常,强制退出程序,supervisor重启linub
os._exit(0)
return True
except:
logging_exception()
logging.error("catch exception,err_msg:%s" % traceback.format_exc())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment