We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831a1a0 commit b57a90fCopy full SHA for b57a90f
patroni/ctl.py
@@ -367,7 +367,7 @@ def is_citus_cluster() -> bool:
367
368
369
# Cache DCS instances for given scope and group
370
-__dcs_cache: Dict[Tuple[str, Optional[int]], AbstractDCS] = {}
+__dcs_cache: Dict[Tuple[str, Optional[int], Optional[bool]], AbstractDCS] = {}
371
372
373
def get_dcs(scope: str, group: Optional[int], multisite: Optional[bool] = False) -> AbstractDCS:
0 commit comments