File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11
11
SCHEDD_CRON_GRATIA_ARGS = -f /etc/gratia/htcondor-ce/ProbeConfig
12
12
# Increase frequency so that condor_meter doesn't take too long when
13
13
# running drain-ce.h on container teardown
14
- SCHEDD_CRON_GRATIA_PERIOD = 4h
14
+ SCHEDD_CRON_GRATIA_PERIOD = 15m
15
15
16
16
# 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
22
25
23
26
# Bump debug levels; store additional rollovers for commonly used logs
24
27
# for troubleshooting
You can’t perform that action at this time.
0 commit comments