@@ -86,7 +86,8 @@ class KuaishouauthorScheduling:
pcursor = ""
mq = MQ(topic_name="topic_crawler_etl_" + env)
count = 0
- while True:
+ for i in range(5):
+ # while True:
if count > 5:
return
time.sleep(random.randint(10, 50))