Skip to content

Commit

Permalink
Remove nanny port as well
Browse files Browse the repository at this point in the history
should fix 2023-12-02 14:36:17,536 - distributed.nanny - INFO - Closing Nanny at 'tls://172.19.0.4:8001'. Report closure to scheduler: None
2023-12-02 14:36:17,536 - distributed.dask_worker - INFO - Timed out starting worker
  • Loading branch information
oshadura committed Dec 2, 2023
1 parent 61e2f8a commit 015f705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/prepare-env/prepare-env-cc-analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if [[ ! -v COFFEA_CASA_SIDECAR ]]; then

# Dask worker command execurted in HTCondor pool.
# Communication protocol: in Coffea-casa we use only secured communications (over TLS)
# re-apply John's patch and add: --nanny-contact-address tls://$HOST:$NANNYPORT \
# re-apply John's patch and add: --nanny-contact-address tls://$HOST:$NANNYPORT --nanny-port $NANNYCONTAINER_PORT \ \
HTCONDOR_COMAND="/opt/conda/bin/python -m distributed.cli.dask_worker $EXTERNALIP_PORT \
--name $NAME \
--tls-ca-file $PATH_CA_FILE \
Expand All @@ -143,7 +143,6 @@ if [[ ! -v COFFEA_CASA_SIDECAR ]]; then
--nthreads $CPUS \
--memory-limit $MEMORY_MB_FORMATTED \
--nanny \
--nanny-port $NANNYCONTAINER_PORT \
--death-timeout 60 \
--protocol tls \
--lifetime 7200 \
Expand Down

0 comments on commit 015f705

Please sign in to comment.