Explorar el Código

2024-06-13
异步定时任务

罗俊辉 hace 1 año
padre
commit
898b335d26
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      applications/deal/process_deal.py

+ 1 - 1
applications/deal/process_deal.py

@@ -30,7 +30,7 @@ class ProcessDeal(object):
             WHERE content_status = 0 and process_times <= 5
             WHERE content_status = 0 and process_times <= 5
             ORDER BY request_time_stamp
             ORDER BY request_time_stamp
             ASC
             ASC
-            LIMIT 10;
+            LIMIT 20;
         """
         """
         task_list = await self.mysql_client.async_select(sql=select_sql)
         task_list = await self.mysql_client.async_select(sql=select_sql)
         task_obj_list = [
         task_obj_list = [