跳至内容
菜单
此问题已终结
1 回复
5445 查看

We have an Enterprise version 13.0 installation through Odoo.sh.

Our client is attempting to import leads from a CSV file containing about 39,000 rows.

The import timed out, and the following errors were observed in the log file:
2021-03-03 15:54:52,695 6 WARNING xtremeincite-prod-1455975 odoo.service.server: Thread <Thread(odoo.service.http.request.140671840417536, started 140671840417536)> virtual real time limit (932/900s) reached.
2021-03-03 15:54:52,695 6 WARNING xtremeincite-prod-1455975 odoo.service.server: Thread <Thread(odoo.service.http.request.140671765493504, started 140671765493504)> virtual real time limit (921/900s) reached.
2021-03-03 15:54:53,696 6 WARNING xtremeincite-prod-1455975 odoo.service.server: Thread <Thread(odoo.service.http.request.140671840417536, started 140671840417536)> virtual real time limit (933/900s) reached.
2021-03-03 15:54:53,697 6 WARNING xtremeincite-prod-1455975 odoo.service.server: Thread <Thread(odoo.service.http.request.140671765493504, started 140671765493504)> virtual real time limit (922/900s) reached.


What do these errors mean, exactly, and how can we overcome them?


Thanks.

形象
丢弃
最佳答案

Did you modify the BATCH limit?


You can try to go lower if your import data is complex.  The batching feature is essentially splitting the file into smaller chunks.

形象
丢弃
编写者

My client representative said they did not reset the batch limit.