@@ -30,7 +30,7 @@ class ProcessDeal2(object):
WHERE content_status = 0 and process_times <= 5
ORDER BY request_time_stamp
ASC
- LIMIT 30;
+ LIMIT 60;
"""
task_list = await self.mysql_client.async_select(sql=select_sql)
task_obj_list = [
@@ -30,7 +30,7 @@ class ProcessDeal(object):
- LIMIT 4;
+ LIMIT 8;
content_ids = await self.mysql_client.async_select(select_sql1)
cil = []