Commit d1a4fdde by 陈森彬

update

parent 4eb51347
Showing with 0 additions and 1 deletions
......@@ -25,7 +25,6 @@ dashboard = MySqlOperator('dashboard')
def get_process_task(task_code):
keys = task_redis.keys(task_code + '_*')
print(keys)
keys_len = sum([task_redis.llen(k) for k in keys])
abnormal_keys = task_redis.keys('abnormal_' + task_code + '_*')
abnormal_keys_len = sum([task_redis.llen(k) for k in abnormal_keys])
......
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 sign in to comment