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

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