Skip to content

Commit

Permalink
add status when passing existing scheduler to ECS (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dror Speiser committed Jul 13, 2022
1 parent 41e6624 commit 75fc8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dask_cloudprovider/aws/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,7 @@ async def _start(
class SchedulerAddress(object):
def __init__(self_):
self_.address = self._scheduler_address
self_.status = Status.running

def __await__(self):
async def _():
Expand Down

0 comments on commit 75fc8ec

Please sign in to comment.