Hi, everyone.
Long story short, I build a robot in Dev Vm using a Dev Control Room, exported and imported at Prd Vm (using a Prd Control Room).
The robot works perfectly in Dev performing from begining to end in less than 18 minutes, meanwhile it works forever in Prd (more than 18 hours till killed).
I can’t find the reason.
Let me provide a deeper context.
- Input files and data are exactly the same.
- I’ve got 2 Prd and 2 Dev environments available (each environment meaning a Vm and its own Control Room).
The Robot works well in both Dev env, meanwhile, it does not work properly in either Prd env.
The Vms have the same hardware specifications. About this point, it is significant to note that in Prd, the CPU is completely consumed when looping.
- Other packages used by this Robot are: Web, Excel Basic, CSV, OCR, and so on. They work perfectly.
- While Exporting-Importing, packages were not included, but after the importation, I have checked them, and I can see they are using the same packages in both environments.
And example of the code that becomes super slow in Prd:
My hypothesis is that there is something in the Prd Control Room to change. May be an option, idk :C