@@ -24,7 +24,7 @@ def main(log_type, crawler, strategy, oss_endpoint, env, machine):
env=env,
machine=machine)
Common.del_logs(log_type, crawler)
- Common.logger(log_type, crawler).info(f'抓取完一轮,休眠{time.sleep(3600)}秒\n')
+ Common.logger(log_type, crawler).info(f'抓取完一轮,休眠60秒\n')
except Exception as e:
Common.logger(log_type, crawler).info(f"快手定向榜异常,触发报警:{e}\n")