This question has been flagged

Hello,


I need to create a method that runs every day to auto-assign and reassign records to users. I expect to have about 1,000,000 records daily imported to a single table that need to implement this functionality.


Can anyone help me how to implement it by considering that I will deploy it to Odoo SH  so I will have limited memory and CPU capacity until the worker supposed to be killed automatically?


Avatar
Discard
Best Answer

Hi,

you can develop functionality like multi-threading, which you can use via the threading process so it will help you on the daily process and not affect your current DB cursor/operation.

Thanks 

Sunny Sheth
shethsunny555@gmail.com

Avatar
Discard