Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Facing "Virtual real time limit (935/900s) reached" issue on odoo.sh server

形象
odoo
形象
丢弃
2 答案
0
形象
odoo
最佳答案

900 seconds is 15 minutes - this is the timeout for Odoo.sh to ensure one User (one process) doesn't tie up the resources of the server.

You can import around 50,000 records in that time - so your code might be inefficient, or there could be customization(s) in the database that slow down record creation. Automated Actions are the biggest cause here - some developers have disabled them prior to import and enabled them after the import.

If your process can't import in less than 15 minutes, you have two options:

  1. import less records
  2. switch to an on-premise deployment where you can increase the timeout
1 备注
形象
丢弃
形象
odoo
-

Okay, Got it.

Thank you so much for the help.

0
形象
odoo
最佳答案

What would be the best way to export 11M records in one go on Odoo.sh? 

1 备注
形象
丢弃
形象
odoo
-

You would need to export these records in batches.