Skip to content

Commit 02f1725

Browse files
authored
Merge pull request #1671 from todor-ivanov/WMAgent_RemoveREstartComponentCronjob_fix-12307
WMAgent: Remove restartComponent cronjob
2 parents d06c89c + 4ca0e30 commit 02f1725

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/pypi/wmagent/init.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ set_cronjob() {
339339
crontab $crontabParams - <<EOF
340340
55 */12 * * * $crontabEnvStr date -Im >> $WMA_LOG_DIR/renew-proxy.log && $WMA_MANAGE_DIR/manage renew-proxy >> $WMA_LOG_DIR/renew-proxy.log 2>&1
341341
58 */12 * * * $crontabEnvStr python $WMA_DEPLOY_DIR/deploy/checkProxy.py --proxy $X509_USER_PROXY --time 120 --send-mail True --mail [email protected]
342-
*/15 * * * * $crontabEnvStr $WMA_DEPLOY_DIR/deploy/restartComponent.sh >> $WMA_LOG_DIR/component-restart.log 2>&1
343342
EOF
344343
let errVal+=$?
345344

0 commit comments

Comments
 (0)