Skip to content

Commit

Permalink
Prepare for Dask 2.3.0 release (#313)
Browse files Browse the repository at this point in the history
* Adds scheduler_info from local_cluster
  • Loading branch information
jrbourbeau authored and mrocklin committed Aug 15, 2019
1 parent a27d769 commit 383c368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dask_jobqueue/core.py
Expand Up @@ -552,3 +552,7 @@ def worker_key(worker_state):
@property
def scheduler_comm(self):
return self.local_cluster.scheduler_comm

@property
def scheduler_info(self):
return self.local_cluster.scheduler_info

0 comments on commit 383c368

Please sign in to comment.