Skip to content

Commit

Permalink
Fix compatibility with dask-jobqueue 0.8.5 (#31)
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
nsmith- authored Apr 12, 2024
1 parent 764174b commit 3c437b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lpcjobqueue/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobqueue:
memory: 2GB # Total amount of memory per job
processes: 1 # Number of Python processes per job

python: null # Python executable
interface: null # Network interface to use like eth0 or ib0
death-timeout: 60 # Number of seconds to wait if a worker can not find a scheduler
local-directory: /srv # Location of fast local storage like /scratch or $TMPDIR
shared-temp-directory: null
extra: null
worker-command: "distributed.cli.dask_worker" # Command to launch a worker
worker-extra-args: ["--worker-port 10000:10070", "--nanny-port 10070:10100", "--no-dashboard"]

# HTCondor Resource Manager options
Expand Down

0 comments on commit 3c437b1

Please sign in to comment.