Skip to content

Parallelize Superset startup on management nodes#147

Open
szachovy wants to merge 1 commit into
masterfrom
fix/45-parallelize-superset-startup
Open

Parallelize Superset startup on management nodes#147
szachovy wants to merge 1 commit into
masterfrom
fix/45-parallelize-superset-startup

Conversation

@szachovy

@szachovy szachovy commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Use ThreadPoolExecutor to start Superset on both management nodes concurrently. Reduces Superset startup from ~30 min to ~15 min.

Closes #45

Use ThreadPoolExecutor to start Superset on node-0 and node-1
concurrently. Each runs an independent Docker Swarm instance with no
shared MySQL state dependency. Reduces Superset startup from ~30 min
to ~15 min.

Closes #45

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-2: Parallelize Superset startup on management nodes

1 participant