Commit 9bb8e4bc by 陈森彬

update

parent 712c66ca
Showing with 1 additions and 2 deletions
......@@ -133,7 +133,6 @@ def main():
while 1:
try:
pi = get_crawler_process_info()
print(pi)
info_update(pi)
except Exception:
logger.error(traceback.format_exc())
......
......@@ -90,7 +90,7 @@ def get_task_error_rate(time_range=30, error_rate=30):
"query": {
"range": {
"@timestamp": {
"gte": utc_since.strftime("%Y-%m-%dT%H:%M:%SZ")
"gte": utc_since.strftime("%Y-%m-%dT%H:%M:%S.000Z")
}
}
},
......
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