Skip to content

Commit

Permalink
Block fusion for barrier tasks (#8944)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Nov 20, 2024
1 parent ecb97dd commit 0d905d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distributed/shuffle/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,3 +601,7 @@ def __init__(

def __repr__(self) -> str:
return f"P2PBarrierTask({self.key!r})"

@property
def block_fusion(self) -> bool:
return True

0 comments on commit 0d905d5

Please sign in to comment.