Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] queue_job_cron: Avoid parallel run
By default, odoo never runs the same cron job in parallel. This commit uses the identity key mechanism to enforce this mechanism when a cron job is run as a queue job. This behaviour can be controlled by a new setting on the cron definition but is activated by default to keep the original behaviour
- Loading branch information