From cba44a60e8f800d76e8dd04604f35bc03527ec9c Mon Sep 17 00:00:00 2001 From: Martin Urbanec Date: Mon, 14 Sep 2020 21:56:34 +0200 Subject: [PATCH] Run new wiki handler via the wrapper script --- cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron b/cron index 22ce603..d432eef 100644 --- a/cron +++ b/cron @@ -1,4 +1,4 @@ 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 * * * * jlocal bash /data/project/phabbot/phabbot/updater.sh >/dev/null 2>&1 -10 22,4,10,16 * * * jsub -once -N new_wikis_handler python3 /data/project/phabbot/phabbot/new_wikis_handler.py /data/project/phabbot/phabbot/creds.json 10000000 >/dev/null 2>&1 +10 22,4,10,16 * * * jsub -once -N new_wikis_handler bash /data/project/phabbot/phabbot/new_wikis_handler.sh >/dev/null 2>&1