|
@@ -56,7 +56,7 @@ class historyContentIdTask(object):
|
|
|
) VID on ART.content_id = VID.content_id and VID.cnt >= 3
|
|
|
WHERE ART.content_status = {self.const.TASK_INIT_STATUS} and ART.process_times <= {self.const.TASK_MAX_PROCESS_TIMES}
|
|
|
AND ART.publish_flag = {self.publish_flag}
|
|
|
- ORDER BY ART.flow_pool_level, ART.request_timestamp
|
|
|
+ -- ORDER BY ART.flow_pool_level, ART.request_timestamp
|
|
|
LIMIT {self.history_coroutines};
|
|
|
"""
|
|
|
tasks = await self.mysql_client.async_select(sql=select_sql1)
|