Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed May 30, 2023
1 parent a3f8621 commit be9467d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/dask-sidecar/docker/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ fi

if [ ${DASK_START_AS_SCHEDULER+x} ]; then
scheduler_version=$(dask scheduler --version)
mkdir --parents /home/scu/.config/dask
dask_logging=$(printf "logging:\n distributed: %s\n distributed.scheduler: %s" "${LOG_LEVEL:-warning}" "${LOG_LEVEL:-warning}")
echo "$dask_logging" >> /home/scu/.config/dask/distributed.yaml

echo "$INFO" "Starting as dask scheduler:${scheduler_version}..."
if [ "${SC_BOOT_MODE}" = "debug-ptvsd" ]; then
Expand Down

0 comments on commit be9467d

Please sign in to comment.