I'm currently working on a cron job in Odoo that analyzes warehouse movements and generates a summary using another model. Each movement has a field named "warehoused," indicating whether the movement has already been processed by a previous cron job.
My concern is that if two cron jobs run simultaneously because a previous one took too long, that could create inconsistencies with the data.
Does Odoo even allow this? If not, is there a way to ensure that it never happens?
Any insights or guidance would be greatly appreciated.
Thank you!