From db6944b98c7d7d92a9d272a5af4058ab095fb8dc Mon Sep 17 00:00:00 2001 From: sharad1126 Date: Thu, 30 Apr 2020 11:27:58 +0200 Subject: [PATCH 1/2] remove precycle run in acron jobs --- acrontab.list | 1 - 1 file changed, 1 deletion(-) diff --git a/acrontab.list b/acrontab.list index 6389edc41..249a8babf 100644 --- a/acrontab.list +++ b/acrontab.list @@ -15,7 +15,6 @@ ## single script that cycles through modules */2 * * * * vocms0269 /data/unified/WmAgentScripts/cWrap.sh Unified/cachor.py &> /dev/null 15 */4 * * * vocms0269 /data/unified/WmAgentScripts/cWrap.sh Unified/stuckor.py &> /dev/null -10 * 1-31 * * vocms0268 /data/unified/WmAgentScripts/precycle.sh &> /dev/null 20,50 * 1-31 * * vocms0269 /data/unified/WmAgentScripts/assigncycle.sh &> /dev/null 30 */4 1-31 * * vocms0269 /data/unified/WmAgentScripts/unlockingcycle.sh &> /dev/null 10,40 * 1-31 * * vocms0273 /data/unified/WmAgentScripts/postcycle-strict.sh &> /dev/null From 2fdc64f93355ec0bc6722152c5588613f020f200 Mon Sep 17 00:00:00 2001 From: sharad1126 Date: Thu, 30 Apr 2020 11:28:32 +0200 Subject: [PATCH 2/2] remove precycle.sh --- precycle.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 precycle.sh diff --git a/precycle.sh b/precycle.sh deleted file mode 100755 index 8a0454153..000000000 --- a/precycle.sh +++ /dev/null @@ -1,15 +0,0 @@ -BASE_DIR=/data/unified/WmAgentScripts/ -HTML_DIR=/var/www/html/unified/ - -lock_name=`echo $BASH_SOURCE | cut -f 1 -d "."`.lock -source $BASE_DIR/cycle_common.sh $lock_name - -## initiate data placements or pass wf along -$BASE_DIR/cWrap.sh Unified/transferor.py - -## get this done once as it is quite slow and heavy, but we need the output json it could produce -## in for timing measurements -$BASE_DIR/cWrap.sh Unified/stagor.py - -rm -f $lock_name -