Skip to content

Parallelize SFTP directory creation in credentials()#149

Open
szachovy wants to merge 1 commit into
masterfrom
fix/48-parallelize-credentials
Open

Parallelize SFTP directory creation in credentials()#149
szachovy wants to merge 1 commit into
masterfrom
fix/48-parallelize-credentials

Conversation

@szachovy

@szachovy szachovy commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Use ThreadPoolExecutor to create directories on all 5 nodes concurrently. Crypto operations remain sequential since they share CA key state.

Closes #48

Use ThreadPoolExecutor to create /opt/superset-cluster directories on
all 5 nodes concurrently. Crypto operations remain sequential since they
share CA key state.

Closes #48

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DS-5: Parallelize credential generation SFTP uploads

1 participant