Завантаження відео...
How to Design Resilient Odoo Crons
Developer
Розташування: Studio 4 - 01.10.20, 16:30 - 01.10.20, 17:00 (Europe/Brussels) (30 хвилин)
How to Design Resilient Odoo Crons
Thibault François
Developer at Odoo
Thibault François
Developer at Odoo

Thibault has been working at Odoo for 10 years! He started his journey as an R&D developer, then moved to the services department. There, he was managing the team of technical consultants, which is the team that takes care of all technical aspects of an implementation, mainly the development of customized modules, their maintenance, and migration.
After 8 years in services, he is back to the R&D team and takes care of the internal platform.
 


When we design a background task, we want them to run smoothly without having to worry every day if everything went fine.
In this talk, you will see which are the major pitfalls when designing a cron job and how to avoid them.
You'll learn:
 - Why you need them to be resilient and how to design them in such way;
 - How to make sure your cron will never do the same job twice in case of timeout.
Join us!

Вікторина

Which feature is not a must have to implement a resilient Cron?
What is the key piece of code to implement a incremental cron?
What does idempotent mean?