Commit 77a30b3a authored by litaolemo's avatar litaolemo

update

parent 83c291b1
......@@ -148,7 +148,8 @@ def get_task_from_redis():
platform_str = platform + "_process"
try:
process_num = rds_1.get(platform_str)
except:
except Exception as e:
print("line 152 error",e)
continue
try:
if rds_1.llen(platform) > 0:
......
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