We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2809d8 commit d096409Copy full SHA for d096409
docker/pypi/wmagent/init.sh
@@ -511,6 +511,9 @@ agent_tweakconfig() {
511
rucio_auth=https://cms-rucio-auth.cern.ch
512
sed -i "s+WorkQueueManager.rucioUrl = .*+WorkQueueManager.rucioUrl = '$rucio_host'+" $WMA_CONFIG_DIR/config.py
513
sed -i "s+WorkQueueManager.rucioAuthUrl = .*+WorkQueueManager.rucioAuthUrl = '$rucio_auth'+" $WMA_CONFIG_DIR/config.py
514
+ # Tweak rule lifetime, see https://github.com/dmwm/WMCore/issues/12316
515
+ sed -i "s+RucioInjector.blockRuleParams = {}+RucioInjector.blockRuleParams = {'lifetime': 14 * 24 * 60 * 60}+" $WMA_CONFIG_DIR/config.py
516
+ sed -i "s+RucioInjector.containerDiskRuleParams = {+RucioInjector.containerDiskRuleParams = {'lifetime': 14 * 24 * 60 * 60, +" $WMA_CONFIG_DIR/config.py
517
fi
518
519
local forceSiteDown=""
0 commit comments