From d6a20200f29420c7660885f82fde9cec535cde9e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Sun, 31 Mar 2019 15:59:16 +0200 Subject: [PATCH] remove cron tasks --- conf/cron | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/conf/cron b/conf/cron index 46c7427..d4520d5 100644 --- a/conf/cron +++ b/conf/cron @@ -1,7 +1,2 @@ # https://docs.weblate.org/en/latest/admin/install.html#production-cron - -# Cleanup stale objects -@daily __APP__ export DJANGO_SETTINGS_MODULE="weblate.settings" && cd __FINALPATH__ && venv/bin/weblate cleanuptrans - -# Commit pending changes after 96 hours -@hourly __APP__ export DJANGO_SETTINGS_MODULE="weblate.settings" && cd __FINALPATH__ && venv/bin/weblate commit_pending --all --age=96 --verbosity=0 +# now automatically done with celery