|
@@ -89,7 +89,7 @@ async def main():
|
|
|
# print(spider_list)
|
|
|
tasks = [consume_single_message(spider) for spider in spider_list]
|
|
|
await asyncio.gather(*tasks)
|
|
|
- await asyncio.sleep(600)
|
|
|
+ await asyncio.sleep(20)
|
|
|
|
|
|
|
|
|
# print("Hello World {}".format(" ".join(spider_list)))
|