You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
378 B

This module extends the functionality of Odoo crons
to allow you to create single-purpose crons without any further setup or modules
such as `queue_job`.
The typical use case is: you have an expensive task to run on demand and only once.
A main cron called "Oneshot cron cleanup" will delete already executed crons each day.
You might want to tune it according to your needs.