From 38ec6b024eb97b6261d86c014921f21cc467f2c7 Mon Sep 17 00:00:00 2001 From: Amir Sarabadani Date: Wed, 4 Dec 2019 17:02:41 +0100 Subject: [PATCH] Update cron --- cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron b/cron index ed464a2..251ef82 100755 --- a/cron +++ b/cron @@ -1,3 +1,3 @@ 15 * * * * jsub -once -N column_mover python3 /data/project/phabbot/phabbot/column_mover.py /data/project/phabbot/phabbot/creds.json 3600 >/dev/null 2>&1 10 * * * * jsub -once -N patch_for_review python3 /data/project/phabbot/phabbot/patchforreview_remover.py /data/project/phabbot/phabbot/creds.json 3600 >/dev/null 2>&1 -5 * * * * jsub -once -N updater bash /data/project/phabbot/phabbot/updater.sh >/dev/null 2>&1 +5 * * * * jlocal updater bash /data/project/phabbot/phabbot/updater.sh >/dev/null 2>&1