Daily updates from Odoo
Wednesday, December 19, 2018
1 change
New functionality added to Odoo
Scheduled tasks can now remember when they last ran and pass that timing information to their jobs. This helps processes that work over time ranges avoid extra shared settings updates, improving efficiency and reducing unnecessary cache refreshes.
Original PR description
Many crons process a dedicated queue of some sort (and either delete or disable the items once processed) but some may not want or be able to do that. In that case maintaining some sort of time range is convenient, and the cron itself doing so avoids weird solutions (like global settings). Task 1912648