Skip to content

Commit c980c3a

Browse files
committed
Import changes from the Hosted CE container
1 parent 40e7c25 commit c980c3a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

etc/condor-ce/config.d/50-container.conf

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ FRIENDLY_DAEMONS = [email protected], condor@child
1111
SCHEDD_CRON_GRATIA_ARGS = -f /etc/gratia/htcondor-ce/ProbeConfig
1212
# Increase frequency so that condor_meter doesn't take too long when
1313
# running drain-ce.h on container teardown
14-
SCHEDD_CRON_GRATIA_PERIOD = 4h
14+
SCHEDD_CRON_GRATIA_PERIOD = 15m
1515

1616
# Keep the remote WN client up-to-date
17-
SCHEDD_CRON_JOBLIST = $(SCHEDD_CRON_JOBLIST) WNCLIENT
18-
SCHEDD_CRON_WNCLIENT_MODE = Periodic
19-
SCHEDD_CRON_WNCLIENT_PERIOD = 12h
20-
SCHEDD_CRON_WNCLIENT_EXECUTABLE = /usr/local/bin/remote-wn-client-wrapper.sh
21-
SCHEDD_CRON_WNCLIENT_PREFIX = WNCLIENT
17+
if ! defined SKIP_WNCLIENT
18+
SCHEDD_CRON_JOBLIST = $(SCHEDD_CRON_JOBLIST) WNCLIENT
19+
SCHEDD_CRON_WNCLIENT_MODE = Periodic
20+
SCHEDD_CRON_WNCLIENT_PERIOD = 12h
21+
SCHEDD_CRON_WNCLIENT_EXECUTABLE = /usr/bin/update-all-remote-wn-clients
22+
SCHEDD_CRON_WNCLIENT_ARGS = --log-dir /var/log/condor-ce/
23+
SCHEDD_CRON_WNCLIENT_PREFIX = WNCLIENT
24+
endif
2225

2326
# Bump debug levels; store additional rollovers for commonly used logs
2427
# for troubleshooting

0 commit comments

Comments
 (0)