Skip to content

Commit ca09b5c

Browse files
committed
Disable Block Allocation by default
1 parent 2c5279d commit ca09b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

executorlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(
9393
flux_executor_nesting: bool = False,
9494
pysqa_config_directory: Optional[str] = None,
9595
hostname_localhost: Optional[bool] = None,
96-
block_allocation: bool = True,
96+
block_allocation: bool = False,
9797
init_function: Optional[callable] = None,
9898
disable_dependencies: bool = False,
9999
refresh_rate: float = 0.01,
@@ -114,7 +114,7 @@ def __new__(
114114
flux_executor_nesting: bool = False,
115115
pysqa_config_directory: Optional[str] = None,
116116
hostname_localhost: Optional[bool] = None,
117-
block_allocation: bool = True,
117+
block_allocation: bool = False,
118118
init_function: Optional[callable] = None,
119119
disable_dependencies: bool = False,
120120
refresh_rate: float = 0.01,

0 commit comments

Comments
 (0)