diff --git a/addons/cetmix_tower_server/data/ir_cron.xml b/addons/cetmix_tower_server/data/ir_cron.xml new file mode 100644 index 0000000..806ece1 --- /dev/null +++ b/addons/cetmix_tower_server/data/ir_cron.xml @@ -0,0 +1,43 @@ + + + + + + Cetmix Tower: Check zombie commands + + code + model._check_zombie_commands() + + 15 + minutes + -1 + + + + + + Cetmix Tower: Auto pull files from server + + code + model._run_auto_pull_files() + + 1 + days + -1 + + + + + + Cetmix Tower: Run scheduled tasks + + code + model._run_scheduled_tasks() + + 5 + minutes + -1 + + + +