Fix Confluence perm sync for cloud users (#3374)

This commit is contained in:
Chris Weaver
2024-12-08 17:41:30 -08:00
committed by GitHub
parent 874b098a4b
commit 4a7bd5578e

View File

@@ -368,4 +368,5 @@ def build_confluence_client(
backoff_and_retry=True,
max_backoff_retries=10,
max_backoff_seconds=60,
cloud=is_cloud,
)